We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aca7ba commit 0103666Copy full SHA for 0103666
pyproject.toml
@@ -39,6 +39,10 @@ amaranth-rpc = "amaranth.rpc:main"
39
requires = ["pdm-backend"]
40
build-backend = "pdm.backend"
41
42
+[tool.pdm]
43
+# Remove this once we no longer support Python 3.8.
44
+ignore_package_warnings = ["sphinx-*"]
45
+
46
[tool.pdm.build]
47
# If amaranth 0.3 is checked out with git (e.g. as a part of a persistent editable install or
48
# a git worktree cached by tools like poetry), it can have an empty `nmigen` directory left over,
0 commit comments