Skip to content

Commit a208e62

Browse files
authored
Merge pull request #11659 from ethereum/fix-docs-style-missing-bullet-points
Fix broken bullet points in docs caused by a bug in dependencies of `sphinx-rtd-theme`
2 parents 57d32ca + 0aeb1ef commit a208e62

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
sphinx_rtd_theme>=0.3.1
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+
26
pygments-lexer-solidity>=0.7.0
37
sphinx-a4doc>=1.2.1
48

0 commit comments

Comments
 (0)