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 57d32ca commit 0aeb1efCopy full SHA for 0aeb1ef
docs/requirements.txt
@@ -1,4 +1,8 @@
1
-sphinx_rtd_theme>=0.3.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
5
+
6
pygments-lexer-solidity>=0.7.0
7
sphinx-a4doc>=1.2.1
8
0 commit comments