Skip to content

Commit

Permalink
Revert pygments and Sphinx-related changes; we still seem to be hitti…
Browse files Browse the repository at this point in the history
…ng the pygments hang
  • Loading branch information
mdickinson committed Sep 11, 2023
1 parent 9f8498c commit a51d738
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,10 @@ def get_long_description():
extras_require={
"docs": [
"enthought-sphinx-theme",
"Sphinx>=2.1.0",
# Doc builds are hanging with pygments 2.15.0 and 2.15.1.
# Maybe related: https://github.com/pygments/pygments/issues/2427
"pygments<2.15",
"Sphinx",
"sphinx-copybutton",
],
"test": [
Expand All @@ -315,9 +318,12 @@ def get_long_description():
# fixed soon: https://github.com/numpy/numpy/issues/23808
"numpy; python_version < '3.12'",
"pyface",
# Doc builds are hanging with pygments 2.15.0 and 2.15.1.
# Maybe related: https://github.com/pygments/pygments/issues/2427
"pygments<2.15",
"PySide6; python_version >= '3.7' and python_version < '3.12'",
"setuptools",
"Sphinx>=2.1.0",
"Sphinx",
"traitsui",
],
"examples": [
Expand Down

0 comments on commit a51d738

Please sign in to comment.