Skip to content

Commit

Permalink
Downgrade sphinx in doc requirements
Browse files Browse the repository at this point in the history
I'm seeing the "PyO3 modules may only be initialized once per interpreter
process" errors when creating sphinx documentation. That may be related to more
recent sphinx versions, re: sphinx-doc/sphinx#11662

Downgrade sphinx to an earlier version
  • Loading branch information
jasujm committed Sep 1, 2023
1 parent c04a3dc commit 6f002e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -53,8 +53,8 @@ test = [
]

doc = [
"sphinx",
"sphinx-rtd-theme",
"sphinx<7",
"sphinx-rtd-theme<1.3",
]

[project.urls]
Expand Down

0 comments on commit 6f002e6

Please sign in to comment.