File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ replace = version = "{new_version}"
1919search = version =' {current_version}' ,
2020replace = 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]
2327search = # # new_version
2428replace = # # v{new_version} ({now:%Y-%m-%d})
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ version: 2
1010
1111# Build documentation in the docs/ directory with Sphinx
1212sphinx :
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
1616formats : all
1717
1818# Optionally set the version of Python and requirements required to build your docs
1919python :
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.
You can’t perform that action at this time.
0 commit comments