Skip to content

Commit

Permalink
DOC: upper bound on Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Oct 23, 2024
1 parent 7b1469a commit db2a283
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
setuptools; python_version >= '3.12'
sphinx >= 3
# The ability to build documentation using `python setup.py build_sphinx`
# has been removed as of Sphinx v7.
# Until the setup script `setup.py` has been changed to setup.cfg
# we cannot use sphinx 7+
Sphinx >= 3, <7
sphinx_rtd_theme >= 0.4
pytest >= 6
scipy >= 1
Expand Down

0 comments on commit db2a283

Please sign in to comment.