Skip to content

Commit

Permalink
Ignore Sphinx 7.2.x package install warnings
Browse files Browse the repository at this point in the history
Sphinx 7.2+ requires Python 3.9+, which results in annoying warnings
since we still support Python 3.8.x.
  • Loading branch information
justinmayer committed Mar 27, 2024
1 parent b87308c commit 94bcd41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -69,6 +69,7 @@ changelog-header = "###############"
version-header = "="

[tool.pdm]
ignore_package_warnings = ["sphinx"]

[tool.pdm.scripts]
docbuild = "invoke docbuild"
Expand Down

0 comments on commit 94bcd41

Please sign in to comment.