Skip to content

Commit 8a7f675

Browse files
authored
Fix "Build docs" CI job by temporarily pinning alabaster to 0.7.13 (#6399)
As of alabaster-0.7.14 the alabaster theme package requires sphinx 3.4 which conflicts with the current sphinx requirement. As a quick fix we pin to alabaster-0.7.13 here. Temporary workaround for #6400
1 parent d33b1a7 commit 8a7f675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rtd_docs/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# For generating documentation.
2+
# TODO(#6400,juhas) - upgrade Sphinx and remove the alabaster pin below
3+
alabaster<=0.7.13
24
myst-parser
35
Sphinx~=3.2.0
46
sphinx_rtd_theme

0 commit comments

Comments
 (0)