aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPatrick Lehmann <Paebbels@gmail.com>2022-12-31 13:00:12 +0100
committerGitHub <noreply@github.com>2022-12-31 13:00:12 +0100
commite81d690720599fa313ff249a072b5457782fbe24 (patch)
treeeaa9df8d7e144666e9d31e4efe5e3623c456187e /doc
parent07b6da32b4c47519cfe6f02146a3fc099fbcdcbe (diff)
downloadghdl-e81d690720599fa313ff249a072b5457782fbe24.tar.gz
ghdl-e81d690720599fa313ff249a072b5457782fbe24.tar.bz2
ghdl-e81d690720599fa313ff249a072b5457782fbe24.zip
Limit Sphinx to 5.3 <= XX < 6.0
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 14fe95810..b40787cd7 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,6 +1,6 @@
-r ../pyGHDL/requirements.txt
-sphinx>=5.0.2
+sphinx >=5.3, <6.0
#recommonmark>=0.7.1
python-dateutil>=2.8.2
@@ -10,7 +10,7 @@ python-dateutil>=2.8.2
# changelog>=0.3.5
autoapi
sphinx_fontawesome>=0.0.6
-sphinx_autodoc_typehints>=1.18.3
+sphinx_autodoc_typehints>=1.19.5
# BuildTheDocs Extensions (mostly patched Sphinx extensions)
btd.sphinx.autoprogram>=0.1.6.post1