From 868f50daf4ca71a1bb9a63556b399985518c6410 Mon Sep 17 00:00:00 2001 From: Nathan Williis Date: Tue, 20 Aug 2024 16:15:50 +0100 Subject: [PATCH] Pin the Sphinx dependency to v7; v8 breaks the RTD theme. See issue #3606 --- Doc/docs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/docs-requirements.txt b/Doc/docs-requirements.txt index c43b92471..4269223fb 100644 --- a/Doc/docs-requirements.txt +++ b/Doc/docs-requirements.txt @@ -1,4 +1,4 @@ -sphinx==8.0.2 +sphinx==7.4.3 sphinx_rtd_theme==2.0.0 reportlab==4.2.2 freetype-py==2.4.0