Skip to content

Commit bde40d1

Browse files
committed
exclude local docs build from sdist
1 parent 5432741 commit bde40d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ source-includes = [
7272
"pdm.lock",
7373
"tox.ini",
7474
]
75+
excludes = [
76+
"docs/_build",
77+
]
7578

7679
[tool.pytest.ini_options]
7780
testpaths = ["tests"]

0 commit comments

Comments
 (0)