aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-08-02 11:01:21 +0800
committerHsiangNianian <i@jyunko.cn>2025-08-02 11:01:21 +0800
commitc92b4c41b424b8e26f52cd31393011a3fce31e67 (patch)
tree697f0624beca83ea21a43c508c95f0cd1679851b /pyproject.toml
parent84a76748ab8849f87fd6b95c797cc599b912b4c3 (diff)
downloadwiki-c92b4c41b424b8e26f52cd31393011a3fce31e67.tar.gz
wiki-c92b4c41b424b8e26f52cd31393011a3fce31e67.zip
chore(deps): remove `tool.pdm` section
Diffstat (limited to 'pyproject.toml')
-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",
-]