Skip to content

Commit

Permalink
Fixed documentation dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Feb 21, 2024
1 parent 5bc725b commit c2172ca
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
-r ../requirements.txt

pyTooling >= 5.0.0
pyTooling ~= 6.0
colorama >= 0.4.6
ruamel.yaml >= 0.18.5
setuptools >= 69.0.0

# Enforce latest version on ReadTheDocs
sphinx>=5.3.0
sphinx >= 7.2, < 8.0
docutils >= 0.18.0, < 0.19.0

# ReadTheDocs Theme
sphinx_rtd_theme ~= 2.0.0

# Sphinx Extenstions
sphinxcontrib-mermaid>=0.7.1
autoapi>=2.0.1
sphinx_fontawesome>=0.0.6
sphinx_autodoc_typehints>=1.19.5
#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.5.0
sphinx-copybutton >= 0.5.2
sphinx_autodoc_typehints >= 1.25.2
# changelog>=0.3.5
sphinx_reports >= 0.5.0

# BuildTheDocs Extensions (mostly patched Sphinx extensions)

0 comments on commit c2172ca

Please sign in to comment.