Skip to content

Commit 48e9121

Browse files
committed
pin sphinx
1 parent 7103a7a commit 48e9121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read(fname):
2828
with open(os.path.join(here, "WrightTools", "VERSION")) as version_file:
2929
version = version_file.read().strip()
3030

31-
docs_require = ["sphinx", "sphinx-gallery==0.8.2", "sphinx-rtd-theme"]
31+
docs_require = ["sphinx<8.0", "sphinx-gallery==0.8.2", "sphinx-rtd-theme"]
3232

3333
setup(
3434
name="WrightTools",

0 commit comments

Comments
 (0)