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 4573893 commit f2e74c9Copy full SHA for f2e74c9
.github/workflows/reusable-docs.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
set -Eeuo pipefail
68
# Build docs with the nit-picky option; write warnings to file
69
- make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --nitpicky --fail-on-warning --warning-file sphinx-warnings.txt" html
+ make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --nitpicky --warning-file sphinx-warnings.txt" html
70
- name: 'Check warnings'
71
if: github.event_name == 'pull_request'
72
0 commit comments