We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6cce5 commit 971ac4cCopy full SHA for 971ac4c
docs/requirements.txt
@@ -1,7 +1,8 @@
1
# Older versions of sphinx-rtd-theme do not work with never docutils but have a bug in the dependency
2
# which could result in it being installed anyway and the style (especially bullet points) being broken.
3
# See https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
4
-sphinx_rtd_theme>=0.5.2
+# 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
6
7
pygments-lexer-solidity>=0.7.0
8
sphinx-a4doc>=1.6.0; python_version < '3.13'
0 commit comments