Skip to content

Commit 94bcd41

Browse files
committed
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.
1 parent b87308c commit 94bcd41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ changelog-header = "###############"
6969
version-header = "="
7070

7171
[tool.pdm]
72+
ignore_package_warnings = ["sphinx"]
7273

7374
[tool.pdm.scripts]
7475
docbuild = "invoke docbuild"

0 commit comments

Comments
 (0)