Skip to content

Commit d04cdf2

Browse files
authored
Merge pull request #518 from LedgerHQ/fix/doc_dependencies
Pinning doc dependencies to reflect rtd-theme constraints
2 parents fa8e4e6 + 5d8a574 commit d04cdf2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
sphinx
2-
sphinx-rtd-theme
1+
sphinx<7
2+
# rtd-theme 2.0.0 needs sphinx<8, but is buggy with sphinx 7, so both are pinned
3+
# rtd-theme v3 is still beta but should work with newer sphinx versions
4+
sphinx-rtd-theme<=2
35
myst-parser
46
sphinxcontrib-rawfiles

0 commit comments

Comments
 (0)