Skip to content

Commit 9727ce1

Browse files
committed
Dependency: Downgrade to Sphinx 6.x
Otherwise, `language_data` renders like `var stopwords = ;`, which is invalid code.
1 parent 8c07482 commit 9727ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dynamic = ["version", "description"]
3535
dependencies = [
3636
"docutils",
3737
"peewee",
38-
"Sphinx",
38+
"sphinx<7",
3939
]
4040

4141
[project.optional-dependencies]

0 commit comments

Comments
 (0)