Skip to content

Commit 26ddbeb

Browse files
committed
docs: put restrictions on Sphinx versions
Sphinx has released v6.0.0 (and several versions beyond) in the past few weeks, which unfortunately broke some aspects of the ReadTheDocs Sphinx theme that we use (sphinx-rtd-theme). See readthedocs/sphinx_rtd_theme#1403 for some details. Temporarily put some restrictions on the Sphinx and sphinx-rtd-theme versions that we use so that everything renders correctly. Once sphinx-rtd-theme >= v1.2.0 is available (which correctly handles Sphinx >= v6.0.0), we can remove the version restriction, and go back to using whatever versions are current. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent ebd3f64 commit 26ddbeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--use-feature=2020-resolver
2-
sphinx>=4.2.0
2+
sphinx>=4.2.0,<=5.3.0
33
recommonmark
44
docutils
5-
sphinx-rtd-theme
5+
sphinx-rtd-theme<1.2.0

0 commit comments

Comments
 (0)