Skip to content

Commit

Permalink
Merge pull request #1613 from crcrpar/avoid-sphinx-320
Browse files Browse the repository at this point in the history
avoid the latest stable sphinx
  • Loading branch information
toshihikoyanase committed Aug 11, 2020
2 parents 354e24f + 1e0469a commit 77c5b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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",
"sphinx>=3.0.0,!=3.1.0,!=3.1.1,!=3.1.2,!=3.2.0",
# 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 77c5b63

Please sign in to comment.