From da010ba07e7837a3b01fc951a69e798b37861868 Mon Sep 17 00:00:00 2001 From: Erik Alvarez Date: Tue, 5 May 2026 18:28:23 +0200 Subject: [PATCH] chore: drop dead Stickler config and unresolvable RTD extras - Remove .stickler.yml: the Stickler CI service is defunct. - Drop extra_requirements: [build, docs] from .readthedocs.yaml. The legacy flit metadata in pyproject.toml does not declare these extras, so the line silently resolved to nothing. Docs deps continue to come from doc/md/requirements.txt, which is unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) --- .readthedocs.yaml | 3 --- .stickler.yml | 5 ----- 2 files changed, 8 deletions(-) delete mode 100644 .stickler.yml diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3e3386d9..58d308cf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,7 +28,4 @@ python: install: - method: pip path: . - extra_requirements: - - build - - docs - requirements: doc/md/requirements.txt \ No newline at end of file diff --git a/.stickler.yml b/.stickler.yml deleted file mode 100644 index c266a863..00000000 --- a/.stickler.yml +++ /dev/null @@ -1,5 +0,0 @@ -linters: - flake8: - fixer: true -fixers: - enable: true