Skip to content

Commit 8ae5bbb

Browse files
authoredJan 16, 2024
Pin sphinx dependencies that require Sphinx 5.0 or later (#6414)
Fixes #6413 Temporary workaround for #6400
1 parent 427c2bb commit 8ae5bbb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎rtd_docs/requirements.txt

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# For generating documentation.
2-
# TODO(#6400,juhas) - upgrade Sphinx and remove the alabaster pin below
2+
3+
# TODO(#6400,juhas) - upgrade Sphinx and remove the package pins below -------
34
alabaster<=0.7.13
5+
sphinxcontrib-applehelp<=1.0.7
6+
sphinxcontrib-devhelp<=1.0.5
7+
sphinxcontrib-htmlhelp<=2.0.4
8+
sphinxcontrib-qthelp<=1.0.6
9+
sphinxcontrib-serializinghtml<=1.1.9
10+
# End of TODO ----------------------------------------------------------------
11+
412
myst-parser
513
Sphinx~=3.2.0
614
sphinx_rtd_theme

0 commit comments

Comments
 (0)
Please sign in to comment.