mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
11 lines
443 B
Plaintext
11 lines
443 B
Plaintext
# Older versions of sphinx-rtd-theme do not work with never docutils but have a bug in the dependency
|
|
# which could result in it being installed anyway and the style (especially bullet points) being broken.
|
|
# See https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
|
|
sphinx_rtd_theme>=0.5.2
|
|
|
|
pygments-lexer-solidity>=0.7.0
|
|
sphinx-a4doc>=1.2.1
|
|
|
|
# Sphinx 2.1.0 is the oldest version that accepts a lexer class in add_lexer()
|
|
sphinx>=2.1.0
|