From 6a8771acaddb6f1221140f12bb7750520e67f980 Mon Sep 17 00:00:00 2001 From: Mohamed Gaber Date: Thu, 17 Aug 2023 20:24:35 +0300 Subject: [PATCH] Bump Sphinx to 7.2.2+ (#146) Sphinx 7.2.2 was released with a fix for the Furo bug: https://github.com/sphinx-doc/sphinx/issues/11608#issuecomment-1682666493 --- requirements_docs.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_docs.txt b/requirements_docs.txt index 0be6630e..7925c40c 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -1,9 +1,9 @@ # docs furo==2023.7.26 docutils>=0.17,<1 -sphinx==7.1.* +sphinx>=7.2.2 sphinx-autobuild>=2021.3.14 sphinx-autodoc-typehints>=1.24.0 sphinx-design>=0.5.0,<1 myst-parser>=2.0.0,<3 -docstring-parser>=0.15,<1 \ No newline at end of file +docstring-parser>=0.15,<1