Skip to content

Commit

Permalink
Avoid a Sphinx that doesn't work with pyo3 (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Sep 5, 2023
1 parent 81f9652 commit 1c8b298
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ def find_meta(meta):
],
extras_require={
"test": ["flaky", "pretend", "pytest>=3.0.1"],
"docs": ["sphinx!=5.2.0,!=5.2.0.post0", "sphinx_rtd_theme"],
"docs": [
"sphinx!=5.2.0,!=5.2.0.post0,!=7.2.5",
"sphinx_rtd_theme",
],
},
)

0 comments on commit 1c8b298

Please sign in to comment.