mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-11 18:46:55 +08:00
20 lines
453 B
Plaintext
20 lines
453 B
Plaintext
-r ../requirements.txt
|
|
|
|
pyTooling ~= 8.8
|
|
|
|
# Enforce latest version on ReadTheDocs
|
|
sphinx ~= 8.2
|
|
docutils ~= 0.21.0
|
|
docutils_stubs ~= 0.0.22
|
|
|
|
# ReadTheDocs Theme
|
|
sphinx_rtd_theme ~= 3.0
|
|
|
|
# Sphinx Extenstions
|
|
sphinxcontrib-mermaid ~= 1.2
|
|
autoapi >= 2.0.1
|
|
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.0
|