docs: use different docs theme, update docs and examples, and improve docs build

This commit is contained in:
Upstream Data
2024-10-01 09:39:38 -06:00
parent 5b4f84a241
commit 46788e7d14
7 changed files with 147 additions and 113 deletions

View File

@@ -7,6 +7,12 @@ repos:
hooks:
- id: trailing-whitespace
- id: check-yaml
name: check-yaml for mkdocs.yml
files: ^mkdocs\.yml$
args: [--unsafe]
- id: check-yaml
name: check-yaml for other YAML files
exclude: ^mkdocs\.yml$
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 24.10.0