Skip to content

Commit 97f5f02

Browse files
config.py and bumpversion
1 parent bb468c5 commit 97f5f02

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.bumpversion.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ replace = version = "{new_version}"
1919
search = version='{current_version}',
2020
replace = version='{new_version}',
2121

22+
[bumpversion:file:devtools/docs-confg.py]
23+
search = version = release = '{current_version}'
24+
replace = version = release = '{new_version}'
25+
2226
[bumpversion:file:CHANGELOG.md]
2327
search = ## new_version
2428
replace = ## v{new_version} ({now:%Y-%m-%d})

.readthedocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ version: 2
1010

1111
# Build documentation in the docs/ directory with Sphinx
1212
sphinx:
13-
configuration: docs/conf.py
13+
configuration: devtools/docs-conf.py
1414

1515
# Optionally build your docs in additional formats such as PDF and ePub
1616
formats: all
1717

1818
# Optionally set the version of Python and requirements required to build your docs
1919
python:
20-
version: 3.7
20+
version: 3.9
2121
install:
22-
- requirements: docs/requirements.txt
22+
- requirements: devtools/docs-requirements.txt
2323
- method: pip
2424
path: .
2525
extra_requirements:
File renamed without changes.

0 commit comments

Comments
 (0)