Skip to content

Commit 36ecda7

Browse files
docs: Fix issue in readthedocs builds.
Somehow due to some dependency conflict resolution the Read The Docs build pipeline ended up installing the rtd sphinx theme with v0.5 instead of a newer version, which was somehow incompatible with the newer sphinx releases.
1 parent 3e02466 commit 36ecda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
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)