Ignore Sphinx 7.2.x package install warnings

Sphinx 7.2+ requires Python 3.9+, which results in annoying warnings
since we still support Python 3.8.x.
This commit is contained in:
Justin Mayer 2024-03-27 08:26:55 +01:00
commit 94bcd41f27

View file

@ -69,6 +69,7 @@ changelog-header = "###############"
version-header = "="
[tool.pdm]
ignore_package_warnings = ["sphinx"]
[tool.pdm.scripts]
docbuild = "invoke docbuild"