Skip to content

Commit

Permalink
Add constraint of Sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
nzw0301 committed May 9, 2021
1 parent d9a1f83 commit d0ac01f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ def get_extras_require() -> Dict[str, List[str]]:
"mlflow",
],
"document": [
"sphinx",
# TODO(nzw): Remove the version constraint after resolving the issue
# https://github.com/optuna/optuna/issues/2658.
"sphinx<4.0.0",
"sphinx_rtd_theme",
"sphinx-copybutton",
"sphinx-gallery",
Expand Down

0 comments on commit d0ac01f

Please sign in to comment.