Skip to content

Commit

Permalink
Relax sphinx constraint
Browse files Browse the repository at this point in the history
Newest version of myst-parser (required for latest sphinx)
doesn't support python 3.9
  • Loading branch information
xylar committed Oct 20, 2024
1 parent ecd5cac commit b950997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
[project.optional-dependencies]
docs = [
# building documentation
"sphinx >=8.0.0",
"sphinx >=7.0.0",
"sphinx_rtd_theme",
"myst-parser",
"sphinx-multiversion",
Expand Down
2 changes: 1 addition & 1 deletion spec-file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mypy
pre-commit

# Documentation
sphinx >=8.0.0
sphinx >=7.0.0
sphinx_rtd_theme
myst-parser
sphinx-multiversion

0 comments on commit b950997

Please sign in to comment.