Skip to content

Commit

Permalink
raise sphinx minimum requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvil committed Dec 16, 2023
1 parent f8a62c6 commit 0e739a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ pytest-cov = ">=4"
optional = true

[tool.poetry.group.sphinx.dependencies]
sphinx = ">=5"
sphinx = ">=7"
sphinx-autodoc-typehints = ">=1.17"
sphinx-rtd-theme = "*"
sphinx-rtd-theme = ">=2"

[build-system]
requires = ["poetry-core>=1.4.0"]
Expand Down

0 comments on commit 0e739a4

Please sign in to comment.