Skip to content

Commit

Permalink
pin sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkohler committed Oct 23, 2024
1 parent 7103a7a commit 48e9121
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 @@ -28,7 +28,7 @@ def read(fname):
with open(os.path.join(here, "WrightTools", "VERSION")) as version_file:
version = version_file.read().strip()

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

setup(
name="WrightTools",
Expand Down

0 comments on commit 48e9121

Please sign in to comment.