We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f330d51 commit c51c491Copy full SHA for c51c491
.github/workflows/checks.yaml
@@ -189,4 +189,4 @@ jobs:
189
run: |
190
. venv/bin/activate
191
cd doc
192
- pre-commit run --hook-stage manual sphinx-generated-doc --all-files
+ make html
.pre-commit-config.yaml
@@ -80,7 +80,7 @@ repos:
80
entry: make -C doc/ html
81
pass_filenames: false
82
language: system
83
- stages: [manual]
+ stages: [push]
84
- id: fix-documentation
85
name: Fix documentation
86
entry: python3 -m script.fix_documentation
0 commit comments