Skip to content

Commit 1c8b298

Browse files
authored
Avoid a Sphinx that doesn't work with pyo3 (#1248)
1 parent 81f9652 commit 1c8b298

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ def find_meta(meta):
9696
],
9797
extras_require={
9898
"test": ["flaky", "pretend", "pytest>=3.0.1"],
99-
"docs": ["sphinx!=5.2.0,!=5.2.0.post0", "sphinx_rtd_theme"],
99+
"docs": [
100+
"sphinx!=5.2.0,!=5.2.0.post0,!=7.2.5",
101+
"sphinx_rtd_theme",
102+
],
100103
},
101104
)

0 commit comments

Comments
 (0)