Skip to content

Commit

Permalink
Relaxing Sphinx version to previous requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Oct 31, 2024
1 parent 90b569a commit ba5ef0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def __ne__(self, other):
# the dependencies.
'tests': ['coverage', 'parameterized', 'pybind11', 'pytest', 'pytest-parallel'],
'docs': [
'Sphinx>7.2', # version requirement set by our autosummary plugin
'Sphinx>4',
'sphinx-copybutton',
'sphinx_rtd_theme>0.5',
'sphinxcontrib-jsmath',
Expand Down

0 comments on commit ba5ef0f

Please sign in to comment.