Skip to content

Commit 8c7cc72

Browse files
docs: Fix issue in readthedocs builds. (#806)
Somehow due to some dependency conflict resolution the Read The Docs build pipeline ended up installing v0.5 of the rtd sphinx theme instead of a newer version. This old version is incompatible with newer sphinx releases, so setting the theme minimum version to v1.
1 parent 3e02466 commit 8c7cc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sphinx<8
2-
sphinx_rtd_theme<2
2+
sphinx_rtd_theme>=1,<2

0 commit comments

Comments
 (0)