Skip to content

Commit

Permalink
fix: Restrict Sphinx to be <7
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed May 14, 2023
1 parent f2c6852 commit e0a1449
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"pytest-cov",
"sphinx",
],
"docs": ["sphinx", "ipython", "nbsphinx"],
# Constrain sphinx version until https://github.com/readthedocs/readthedocs.org/issues/10279
# is fixed.
"docs": ["sphinx<7", "ipython", "nbsphinx"],
}

version = ""
Expand Down

0 comments on commit e0a1449

Please sign in to comment.