Skip to content

Commit 0103666

Browse files
committed
pyproject: suppress superfluous warning.
1 parent 6aca7ba commit 0103666

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ amaranth-rpc = "amaranth.rpc:main"
3939
requires = ["pdm-backend"]
4040
build-backend = "pdm.backend"
4141

42+
[tool.pdm]
43+
# Remove this once we no longer support Python 3.8.
44+
ignore_package_warnings = ["sphinx-*"]
45+
4246
[tool.pdm.build]
4347
# If amaranth 0.3 is checked out with git (e.g. as a part of a persistent editable install or
4448
# a git worktree cached by tools like poetry), it can have an empty `nmigen` directory left over,

0 commit comments

Comments
 (0)