py/contract_wrappers: Pin sphinx to prev version (#2539)

This commit is contained in:
F. Eugene Aumson 2020-04-07 00:47:45 -04:00 committed by GitHub
parent 16dc8255e1
commit d9be78cdb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,7 @@ setup(
"pydocstyle", "pydocstyle",
"pylint", "pylint",
"pytest", "pytest",
"sphinx", "sphinx==2.4.4", # pinned because of https://github.com/sphinx-doc/sphinx/issues/7429
"sphinx-autodoc-typehints", "sphinx-autodoc-typehints",
"tox", "tox",
"twine", "twine",