Skip to content

Commit

Permalink
Pin Sphinx to < 7
Browse files Browse the repository at this point in the history
Updating to Sphinx 7 will require code changes.
Sphinx>7.2 also drops support for python3.8.
  • Loading branch information
JHolba committed Oct 12, 2023
1 parent 7382f8a commit 042e08e
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 @@ -32,7 +32,7 @@
"autoapi",
"ipython",
"rstcheck",
"sphinx",
"sphinx<7",
"sphinx-argparse",
"sphinx-autodoc-typehints",
"sphinx_rtd_theme",
Expand Down

0 comments on commit 042e08e

Please sign in to comment.