mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Fixed wrong file used for updating the release notes.
This commit is contained in:
@@ -4,7 +4,7 @@ pyTooling ~= 8.8
|
||||
|
||||
# Enforce latest version on ReadTheDocs
|
||||
sphinx ~= 8.2
|
||||
docutils ~= 0.21
|
||||
docutils ~= 0.21.0
|
||||
docutils_stubs ~= 0.0.22
|
||||
|
||||
# ReadTheDocs Theme
|
||||
@@ -13,7 +13,7 @@ sphinx_rtd_theme ~= 3.0
|
||||
# Sphinx Extenstions
|
||||
sphinxcontrib-mermaid ~= 1.2
|
||||
autoapi >= 2.0.1
|
||||
sphinx_design ~= 0.6
|
||||
sphinx-copybutton >= 0.5
|
||||
sphinx_design ~= 0.6.0
|
||||
sphinx-copybutton >= 0.5.0
|
||||
sphinx_autodoc_typehints ~= 3.5 # 3.6 is conflicting with old sphinx_design and rtd theme due to sphinx<9 and docutils<0.22
|
||||
sphinx_reports ~= 0.9
|
||||
sphinx_reports ~= 0.9.0
|
||||
|
||||
Reference in New Issue
Block a user