Skip to content

Commit 16bd5c6

Browse files
rhttpike3
authored andcommitted
fix: Restrict Sphinx to be <7
See readthedocs/readthedocs.org#10279
1 parent 9b4ba3a commit 16bd5c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"pytest-cov",
2020
"sphinx",
2121
],
22-
"docs": ["sphinx", "ipython", "nbsphinx"],
22+
# Constrain sphinx version until https://github.com/readthedocs/readthedocs.org/issues/10279
23+
# is fixed.
24+
"docs": ["sphinx<7", "ipython", "nbsphinx"],
2325
}
2426

2527
version = ""

0 commit comments

Comments
 (0)