diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-01-04 15:43:29 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-01-05 18:50:44 +0100 |
commit | d3ea0331006011861f539cbbaa60c8760b0fc620 (patch) | |
tree | 9ae552babd3690fb344025271d5c478085791d0f /doc | |
parent | d565397e3db2d9ccc633f52c250abec2d3caef66 (diff) | |
download | ghdl-d3ea0331006011861f539cbbaa60c8760b0fc620.tar.gz ghdl-d3ea0331006011861f539cbbaa60c8760b0fc620.tar.bz2 ghdl-d3ea0331006011861f539cbbaa60c8760b0fc620.zip |
Fixed dependency list for documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.txt | 12 |
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 |