From 700d7031ceff6975442f965a8feeeba23bfc7096 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sun, 25 Sep 2022 13:11:21 +0900 Subject: [PATCH] doc: Do not use Sphinx 5.2.0.post0 Sphinx 5.2.0.post0 release has a known compatibility issue with the `sphinx_rtd_theme` (see the issue readthedocs/sphinx_rtd_theme#1343). Revert this commit once this compatibility issue is resolved. Signed-off-by: Stephanos Ioannidis --- scripts/requirements-doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements-doc.txt b/scripts/requirements-doc.txt index e5bdac0a21a244..691466759d5cd9 100644 --- a/scripts/requirements-doc.txt +++ b/scripts/requirements-doc.txt @@ -1,7 +1,7 @@ # DOC: used to generate docs breathe>=4.34 -sphinx~=5.0 +sphinx~=5.0,!=5.2.0.post0 sphinx_rtd_theme~=1.0 sphinx-tabs sphinxcontrib-svg2pdfconverter