Skip to content

Commit da8daa2

Browse files
committed
Pin sphinx dependencies that require Sphinx 5.0 or later
Fixes quantumlib#6413 Temporary workaround for quantumlib#6400
1 parent 427c2bb commit da8daa2

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)