8000
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 8d4b756 commit 5d801a2Copy full SHA for 5d801a2
.github/workflows/reusable-docs.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
set -Eeuo pipefail
57
# Build docs with the '-n' (nit-picky) option; write warnings to file
58
- make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --nitpicky --fail-on-warning --keep-going --warning-file sphinx-warnings.txt" html
+ make -C Doc/ PYTHON=../python SPHINXOPTS="-q -n -W --keep-going -w sphinx-warnings.txt" html
59
- name: 'Check warnings'
60
3E26 if: github.event_name == 'pull_request'
61
0 commit comments