mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
b87308cfaa
commit
94bcd41f27
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ changelog-header = "###############"
|
|||
version-header = "="
|
||||
|
||||
[tool.pdm]
|
||||
ignore_package_warnings = ["sphinx"]
|
||||
|
||||
[tool.pdm.scripts]
|
||||
docbuild = "invoke docbuild"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue