We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b471880 commit 09bcef4Copy full SHA for 09bcef4
1 file changed
.github/workflows/test-userguide.yml
@@ -25,4 +25,4 @@ jobs:
25
- uses: ammaraskar/sphinx-action@0.4
26
with:
27
docs-folder: user_guide_src
28
- build-command: make html SPHINXOPTS="-W"
+ build-command: 'make html SPHINXOPTS="-W --keep-going -w /tmp/sphinx-log"'
0 commit comments