mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
20 lines
455 B
Plaintext
20 lines
455 B
Plaintext
-r ../requirements.txt
|
|
|
|
pyTooling ~= 8.11
|
|
|
|
# Enforce latest version on ReadTheDocs
|
|
sphinx ~= 9.1
|
|
docutils ~= 0.22.0
|
|
docutils_stubs ~= 0.0.22
|
|
|
|
# ReadTheDocs Theme
|
|
sphinx_rtd_theme ~= 3.0
|
|
|
|
# Sphinx Extenstions
|
|
sphinxcontrib-mermaid ~= 2.0
|
|
autoapi >= 2.0.1
|
|
sphinx_design ~= 0.7.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.10.0
|