Pin sphinx-rtd-theme to <v1

Fixes https://github.com/ethereum/ethereum-python-project-template/issues/36
This commit is contained in:
Jason Carver
2021-01-19 16:15:22 -08:00
parent 8c7f30b0b7
commit b7baeca0cd

View File

@ -19,7 +19,7 @@ extras_require = {
],
'doc': [
"Sphinx>=1.6.5,<2",
"sphinx_rtd_theme>=0.1.9",
"sphinx_rtd_theme>=0.1.9,<1",
"towncrier>=19.2.0, <20",
],
'dev': [