mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
28 lines
580 B
Plaintext
28 lines
580 B
Plaintext
-r ../requirements.txt
|
|
|
|
pyTooling ~= 8.0
|
|
|
|
# Enforce latest version on ReadTheDocs
|
|
sphinx ~= 8.1
|
|
docutils ~= 0.21
|
|
docutils_stubs ~= 0.0.22
|
|
|
|
# ReadTheDocs Theme
|
|
sphinx_rtd_theme ~= 3.0
|
|
|
|
# Sphinx Extenstions
|
|
#sphinx.ext.coverage
|
|
#sphinxcontrib-actdiag>=0.8.5
|
|
sphinxcontrib-mermaid>=0.9.2
|
|
#sphinxcontrib-seqdiag>=0.8.5
|
|
#sphinxcontrib-textstyle>=0.2.1
|
|
#sphinxcontrib-spelling>=2.2.0
|
|
autoapi >= 2.0.1
|
|
sphinx_design ~= 0.6.1
|
|
sphinx-copybutton >= 0.5.2
|
|
sphinx_autodoc_typehints ~= 2.5
|
|
# changelog>=0.3.5
|
|
sphinx_reports ~= 0.7
|
|
|
|
# BuildTheDocs Extensions (mostly patched Sphinx extensions)
|