Skip to content

Commit

Permalink
docs: Remove sphinx<7 restriction
Browse files Browse the repository at this point in the history
This is because
readthedocs/sphinx_rtd_theme#1463 has been
resolved.
  • Loading branch information
rht authored and tpike3 committed Aug 10, 2023
1 parent 96db395 commit 85db513
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@
"pytest-cov",
"sphinx",
],
# Constrain sphinx version until https://github.com/readthedocs/readthedocs.org/issues/10279
# is fixed.
# Explicitly install ipykernel for Python 3.8.
# See https://stackoverflow.com/questions/28831854/how-do-i-add-python3-kernel-to-jupyter-ipython
# Could be removed in the future
"docs": [
"sphinx<7",
"sphinx",
"ipython",
"ipykernel",
"pydata_sphinx_theme",
Expand Down

0 comments on commit 85db513

Please sign in to comment.