From e81d690720599fa313ff249a072b5457782fbe24 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 31 Dec 2022 13:00:12 +0100 Subject: Limit Sphinx to 5.3 <= XX < 6.0 --- doc/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/requirements.txt') 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 -- cgit v1.2.3