Skip to content

Commit

Permalink
Fix docs failure after new sphinx release (#127)
Browse files Browse the repository at this point in the history
Require Sphinx < 8 for Python < 3.11
  • Loading branch information
juanep97 authored Aug 13, 2024
1 parent c051715 commit 674b341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ test = [
doc = [
"numpydoc",
"sphinx",
"sphinx<8; python_version<'3.11'", # See PR 127 (issue with new sphinx 8.0.2 and myst_parser 4.0.0 for Python 3.10.9)
"sphinx-automodapi",
"sphinx-mdinclude",
"pydata-sphinx-theme<0.15.2",
Expand All @@ -83,7 +84,6 @@ dev = [
"setuptools_scm",
]

# unfortunately, there is no way (yet) to generate this automatically using pyproject.toml
all = [
"iop4[doc,test,dev]",
]
Expand Down

0 comments on commit 674b341

Please sign in to comment.