Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
py/contract_wrappers: Pin sphinx to prev version (#2539)
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA authored Apr 7, 2020
1 parent 16dc825 commit d9be78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-packages/contract_wrappers/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def run(self):
"pydocstyle",
"pylint",
"pytest",
"sphinx",
"sphinx==2.4.4", # pinned because of https://github.com/sphinx-doc/sphinx/issues/7429
"sphinx-autodoc-typehints",
"tox",
"twine",
Expand Down

0 comments on commit d9be78c

Please sign in to comment.