Skip to content

Commit 72bb8a4

Browse files
authored
chore: Migrate docs out (#253)
* Strip docs * Unwinding some botched renovate stuff.
1 parent 7552c16 commit 72bb8a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2806
-38308
lines changed

.github/workflows/docs-update.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/rigging_pr_description.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2222
with:
23-
python-version: "3.14"
23+
python-version: "3.13"
2424

2525
- name: Install uv
2626
run: |

.hooks/generate_docs.py

Lines changed: 0 additions & 233 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ repos:
1515
- id: check-yaml
1616
- id: detect-private-key
1717
- id: end-of-file-fixer
18-
exclude: ^docs/
1918
- id: trailing-whitespace
2019

2120
- repo: https://github.com/rhysd/actionlint
@@ -90,11 +89,3 @@ repos:
9089
language: script
9190
stages: [pre-push]
9291
always_run: true
93-
94-
# Generate documentation
95-
- id: generate-docs
96-
name: Generate docs
97-
entry: uv run python .hooks/generate_docs.py
98-
language: system
99-
pass_filenames: false
100-
always_run: true

0 commit comments

Comments
 (0)