mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
21 lines
436 B
Plaintext
21 lines
436 B
Plaintext
-r ../requirements.txt
|
|
|
|
pyTooling ~= 6.6
|
|
|
|
# Enforce latest version on ReadTheDocs
|
|
sphinx ~= 7.4
|
|
docutils ~= 0.20
|
|
|
|
# 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_fontawesome >= 0.0.6
|
|
sphinx-inline-tabs >= 2023.4.21
|
|
sphinx_autodoc_typehints ~= 2.3
|
|
# changelog>=0.3.5
|