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 20, 2023
1 parent aeb0953 commit 7b02526
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 @@ -31,7 +31,7 @@
"autoapi",
"ipython",
"rstcheck",
"sphinx",
"sphinx<7",
"sphinx-argparse",
"sphinx-autodoc-typehints",
"sphinx_rtd_theme",
Expand Down

0 comments on commit 7b02526

Please sign in to comment.