aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPatrick Lehmann <Paebbels@gmail.com>2022-06-19 21:40:35 +0200
committerGitHub <noreply@github.com>2022-06-19 21:40:35 +0200
commit4afeced94eba857e929e7eaa4ca2899db69be520 (patch)
treebbbe8e33a86ca21cd9ae68e0eb813c9bf2269cf1 /doc
parent6080383b327571d366d3ed69bcf3cd4257a20010 (diff)
parent24f4de4220f3635afc8c4334c5805e874329e396 (diff)
downloadghdl-4afeced94eba857e929e7eaa4ca2899db69be520.tar.gz
ghdl-4afeced94eba857e929e7eaa4ca2899db69be520.tar.bz2
ghdl-4afeced94eba857e929e7eaa4ca2899db69be520.zip
Bumped dependencies to support pyTooling ≥2.0.
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index cb4081ec3..14fe95810 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,8 +1,8 @@
-r ../pyGHDL/requirements.txt
-sphinx>=3.4.2
+sphinx>=5.0.2
#recommonmark>=0.7.1
-python-dateutil>=2.8.1
+python-dateutil>=2.8.2
# Sphinx Extenstions
# sphinxcontrib-textstyle>=0.2.1
@@ -10,7 +10,7 @@ python-dateutil>=2.8.1
# changelog>=0.3.5
autoapi
sphinx_fontawesome>=0.0.6
-sphinx_autodoc_typehints>=1.11.1
+sphinx_autodoc_typehints>=1.18.3
# BuildTheDocs Extensions (mostly patched Sphinx extensions)
btd.sphinx.autoprogram>=0.1.6.post1