mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
24 lines
507 B
Plaintext
24 lines
507 B
Plaintext
-r ../requirements.txt
|
|
|
|
pyTooling>=2.6.0
|
|
|
|
# Enforce latest version on ReadTheDocs
|
|
sphinx>=5.3.0
|
|
|
|
# Sphinx Extenstions
|
|
#sphinx.ext.coverage
|
|
#sphinxcontrib-actdiag>=0.8.5
|
|
sphinxcontrib-mermaid>=0.7.1
|
|
#sphinxcontrib-seqdiag>=0.8.5
|
|
#sphinxcontrib-textstyle>=0.2.1
|
|
#sphinxcontrib-spelling>=2.2.0
|
|
autoapi
|
|
sphinx_fontawesome>=0.0.6
|
|
sphinx_autodoc_typehints>=1.19.5
|
|
# changelog>=0.3.5
|
|
|
|
# BuildTheDocs Extensions (mostly patched Sphinx extensions)
|
|
|
|
# For pyTooling.Configuration.YAML documentation
|
|
ruamel.yaml>=0.17
|