Skip to content

Commit 971ac4c

Browse files
committed
require rtd theme < 3.0.0
1 parent 0a6cce5 commit 971ac4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Older versions of sphinx-rtd-theme do not work with never docutils but have a bug in the dependency
22
# which could result in it being installed anyway and the style (especially bullet points) being broken.
33
# See https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
4-
sphinx_rtd_theme>=0.5.2
4+
# theme >=3.0.0 removes the display_version option in favor of version_selector and language_selector
5+
sphinx_rtd_theme>=0.5.2, <3.0.0
56

67
pygments-lexer-solidity>=0.7.0
78
sphinx-a4doc>=1.6.0; python_version < '3.13'

0 commit comments

Comments
 (0)