mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
20 lines
355 B
Plaintext
20 lines
355 B
Plaintext
-r ../requirements.txt
|
|
|
|
pyTooling ~= 8.4
|
|
|
|
# Enforce latest version on ReadTheDocs
|
|
sphinx ~= 8.2
|
|
docutils ~= 0.21
|
|
docutils_stubs ~= 0.0.22
|
|
|
|
# ReadTheDocs Theme
|
|
sphinx_rtd_theme ~= 3.0
|
|
|
|
# Sphinx Extenstions
|
|
sphinxcontrib-mermaid ~= 1.0
|
|
autoapi >= 2.0.1
|
|
sphinx_design ~= 0.6.1
|
|
sphinx-copybutton >= 0.5.2
|
|
sphinx_autodoc_typehints ~= 3.1
|
|
sphinx_reports ~= 0.7
|