Skip to content

Commit b950997

Browse files
committed
Relax sphinx constraint
Newest version of myst-parser (required for latest sphinx) doesn't support python 3.9
1 parent ecd5cac commit b950997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
[project.optional-dependencies]
3232
docs = [
3333
# building documentation
34-
"sphinx >=8.0.0",
34+
"sphinx >=7.0.0",
3535
"sphinx_rtd_theme",
3636
"myst-parser",
3737
"sphinx-multiversion",

spec-file.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mypy
1919
pre-commit
2020

2121
# Documentation
22-
sphinx >=8.0.0
22+
sphinx >=7.0.0
2323
sphinx_rtd_theme
2424
myst-parser
2525
sphinx-multiversion

0 commit comments

Comments
 (0)