Skip to content

Commit

Permalink
Restore minimum version for Sphinx; see #1216 and #1276
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Oct 21, 2020
1 parent 991d4b0 commit 5be68d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etstool.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"mypy",
"numpy",
"pyqt5",
"Sphinx!=3.2.0",
"Sphinx",
"traitsui",
}

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,14 @@ def get_long_description():
extras_require={
"docs": [
"enthought-sphinx-theme",
"Sphinx!=3.2.0",
"Sphinx>=2.1.0,!=3.2.0",
],
"test": [
"Cython",
"flake8",
"mypy",
"setuptools",
"Sphinx!=3.2.0",
"Sphinx>=2.1.0,!=3.2.0",
# Python 3.9 exclusions:
#
# * NumPy installation fails on Python 3.9 on the Ubuntu Xenial
Expand Down

0 comments on commit 5be68d1

Please sign in to comment.