Skip to content

Commit

Permalink
Merge pull request #2127 from crcrpar/bump-sphinx-340
Browse files Browse the repository at this point in the history
Bump Sphinx up to 3.4.0
  • Loading branch information
hvy committed Dec 21, 2020
2 parents 45a0eaa + 0f746ee commit dd81baf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,8 @@ def get_extras_require() -> Dict[str, List[str]]:
"mlflow",
],
"document": [
# TODO(hvy): Unpin `sphinx` version after:
# 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",
"sphinx",
"sphinx_rtd_theme",
"sphinx-gallery",
"sphinx-plotly-directive",
"pillow",
Expand Down

0 comments on commit dd81baf

Please sign in to comment.