Skip to content

Commit

Permalink
Merge pull request #1627 from harupy/patch-1
Browse files Browse the repository at this point in the history
Pin sphinx version to 3.0.4
  • Loading branch information
hvy committed Aug 13, 2020
2 parents bda7ee8 + 707c2bc commit 23abe03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def get_extras_require() -> Dict[str, List[str]]:
],
"document": [
# TODO(hvy): Unpin `sphinx` version after:
# https://github.com/sphinx-doc/sphinx/issues/7807.
"sphinx>=3.0.0,!=3.1.0,!=3.1.1,!=3.1.2,!=3.2.0",
# https://github.com/sphinx-doc/sphinx/issues/8105.
"sphinx==3.0.4",
# As reported in: https://github.com/readthedocs/sphinx_rtd_theme/issues/949,
# `sphinx_rtd_theme` 0.5.0 is still not compatible with `sphinx` >= 3.0.
"sphinx_rtd_theme<0.5.0",
Expand Down

0 comments on commit 23abe03

Please sign in to comment.