From daf552e381dd906fc475e0d3ee316a4403a84690 Mon Sep 17 00:00:00 2001 From: Ruth Fuchss Date: Fri, 18 Aug 2023 11:39:38 +0200 Subject: [PATCH] doc: temporarily pin Sphinx requirement Seems the latest Sphinx update has caused more issues ... 7.2.2 doesn't work with the notfound extension (see https://github.com/readthedocs/sphinx-notfound-page/issues/219 ). When restricting Sphinx to <7.2.0, RTD uses 6.2.1 though, which is incompatible with a Furo change (see https://github.com/pradyunsg/furo/discussions/693 ). Therefore, restrict Sphinx to 7.1.2 until the issues are resolved. Signed-off-by: Ruth Fuchss --- doc/.sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/.sphinx/requirements.txt b/doc/.sphinx/requirements.txt index 465cd65130c..1300630892e 100644 --- a/doc/.sphinx/requirements.txt +++ b/doc/.sphinx/requirements.txt @@ -16,7 +16,7 @@ pytz requests six snowballstemmer -Sphinx<7.2.0 +Sphinx==7.1.2 sphinx-autobuild sphinxcontrib-applehelp sphinxcontrib-devhelp