poetry: Drop customizations.

Prepare for an updated Sphinx with a modern theme.
This commit is contained in:
Laurens Valk
2026-08-24 09:27:25 +02:00
parent 7e79c20f7d
commit 1df788d716
6 changed files with 464 additions and 623 deletions
+3 -1
View File
@@ -32,7 +32,9 @@ jobs:
poetry run python -m pip install --upgrade setuptools
poetry install
- name: Lint Python code
run: poetry run flake8
run: poetry run ruff check
- name: Check Python formatting
run: poetry run ruff format --check
- name: Build package
run: poetry build
- name: Lint docs