From 6ba38dddbbc61ae229e3170342663021e3aacdce Mon Sep 17 00:00:00 2001 From: Sebastian Waldvogel Date: Mon, 2 Mar 2026 21:47:56 +0100 Subject: [PATCH] Remove unused docs / mkdocs --- docs/index.md | 3 --- pyproject.toml | 5 ----- 2 files changed, 8 deletions(-) delete mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 9e7d5dc..0000000 --- a/docs/index.md +++ /dev/null @@ -1,3 +0,0 @@ -# E3/DC cli - Command-line tool to query E3/DC systems - -For details please refer to project [README.md](https://github.com/waldbaer/e3dc-cli/blob/master/README.md) diff --git a/pyproject.toml b/pyproject.toml index 5a92556..981f2be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,10 +30,6 @@ pytest = [ "pytest-cov==7.0.0", "pytest-mock==3.15.1", ] -docs = [ - "mkdocs==1.6.1", - "mkdocs-material==9.7.3", -] [project.urls] Repository = "https://github.com/waldbaer/e3dc-cli" @@ -49,7 +45,6 @@ source = "scm" [tool.pdm.scripts] lint = "ruff check ." format = "ruff format ." -docs = "mkdocs serve" tests = "pytest --cov-report term-missing --cov=e3dc_cli --cov-fail-under=100 --verbose" # ---- Ruff ------------------------------------------------------------------------------------------------------------