From bc5a5a73601fa0aa14367b0aab26d2d0d79739ad Mon Sep 17 00:00:00 2001 From: Ruth Fuchss Date: Fri, 18 Aug 2023 11:51:54 +0200 Subject: [PATCH] temporarily pin Sphinx requirement Seems the latest Sphinx update has caused some 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 --- .sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sphinx/requirements.txt b/.sphinx/requirements.txt index d6f37e04..0c267c75 100644 --- a/.sphinx/requirements.txt +++ b/.sphinx/requirements.txt @@ -1,4 +1,4 @@ -sphinx +sphinx==7.1.2 sphinx-autobuild sphinx-design furo