aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-01-04 15:43:29 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-05 18:50:44 +0100
commitd3ea0331006011861f539cbbaa60c8760b0fc620 (patch)
tree9ae552babd3690fb344025271d5c478085791d0f
parentd565397e3db2d9ccc633f52c250abec2d3caef66 (diff)
downloadghdl-d3ea0331006011861f539cbbaa60c8760b0fc620.tar.gz
ghdl-d3ea0331006011861f539cbbaa60c8760b0fc620.tar.bz2
ghdl-d3ea0331006011861f539cbbaa60c8760b0fc620.zip
Fixed dependency list for documentation.
-rw-r--r--doc/requirements.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 5a1472188..ad7d314a0 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,8 +1,18 @@
-r ../pyGHDL/requirements.txt
-sphinx>=3.4.1
+sphinx>=3.4.2
recommonmark>=0.7.1
python-dateutil>=2.8.1
+
+# Sphinx Extenstions
# sphinxcontrib-textstyle>=0.2.1
# sphinxcontrib-spelling>=2.2.0
# changelog>=0.3.5
+autoapi
+sphinx_fontawesome>=0.0.6
+sphinx_autodoc_typehints>=1.11.1
+
+# BuildTheDocs Extensions (mostly patched Sphinx extensions)
+btd.sphinx.autoprogram>=0.1.6.post1
+btd.sphinx.graphviz>=2.3.1.post1
+btd.sphinx.inheritance_diagram>=2.3.1.post1