From 61ade05186aa3a7fd9c8a07d1c43d2a4b2b91743 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 18 Oct 2023 19:31:00 -0700 Subject: [PATCH] Sphinx: Limit <7.2 Limit the upper version, the RTD theme seems not ready yet. --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 62f525b92c..9f3c2ba702 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ numpy>=1.15 pygments recommonmark scipy -sphinx>=5.3 +sphinx>=5.3,<7.2 sphinx-copybutton sphinx-design sphinx_rtd_theme>=1.1.1