1diff --git a/pyproject.toml b/pyproject.toml
2index 107cab8..34cc544 100644
3--- a/pyproject.toml
4+++ b/pyproject.toml
5@@ -66,7 +66,6 @@ long_description_content_type = "text/markdown"
6 addopts = "-v --doctest-modules"
7 doctest_optionflags = "NORMALIZE_WHITESPACE"
8 testpaths = [
9- "docs",
10 "pysrc",
11 "pytests",
12 ]