Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Johnson <aj@ohess.org>2021-08-11 00:31:14 +0300
committerAnthony Johnson <aj@ohess.org>2021-08-11 00:31:14 +0300
commitd7b0744111eb126e069d82c4fb689c9b22816402 (patch)
tree1ac77b07c619a33e136bb6d1753deaca416c4968 /setup.cfg
parent5f343c996a923f143a5de7bf9a4d9b357afca676 (diff)
Drop sphinx config from bump2version config
There is no hardcoded version in the docs now
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 8bb0f79..7c90d7d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -52,5 +52,3 @@ replace = "version": "{new_version}",
[bumpversion:file:package-lock.json]
search = "version": "{current_version}",
replace = "version": "{new_version}",
-
-[bumpversion:file:docs/conf.py]