aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pyproject.toml b/pyproject.toml
index da522b2..862ee6c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,15 +19,3 @@ requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}
-[tool]
-[tool.pdm]
-[tool.pdm.dev-dependencies]
-docs = [
- "furo>=2024.7.18",
- "sphinx-autobuild>=2024.4.16",
- "myst-parser>=3.0.1",
- "sphinx>=7.4.7",
- "tomli>=2.0.1",
- "sphinx-intl>=2.2.0",
- "sphinx-design>=0.6.0",
-]