Skip to content

Commit f503847

Browse files
stephanosiocarlescufi
authored andcommitted
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 <[email protected]>
1 parent 24984de commit f503847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DOC: used to generate docs
22

33
breathe>=4.34
4-
sphinx~=5.0
4+
sphinx~=5.0,!=5.2.0.post0
55
sphinx_rtd_theme~=1.0
66
sphinx-tabs
77
sphinxcontrib-svg2pdfconverter

0 commit comments

Comments
 (0)