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.
2 parents 58ec2f7 + f5f7bda commit b62fb79Copy full SHA for b62fb79
.github/workflows/build-sphinx-docs.yml
@@ -39,7 +39,7 @@ jobs:
39
pre-commit run -a -v --color always
40
- name: Build docs
41
run: |
42
- nox -e 'docs-html(gen_sitevars=True, clean=True)'
+ nox -e 'docs-html(clean=True)'
43
- name: Upload artifact
44
uses: actions/upload-artifact@v4
45
with:
.pre-commit-config.yaml
@@ -45,7 +45,7 @@ repos:
hooks:
46
- id: rstcheck
47
description: Checks syntax of reStructuredText/rst and code blocks nested within it.
48
- args: [--report=warning]
+ args: [--report-level=warning]
49
additional_dependencies: [sphinx]
50
files: ^(index|docs/.*|docs/_includes/.*|README|CONTRIBUTING)\.rst$
51
exclude: docs/topics/pillar.rst
0 commit comments