File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 run : |
2222 python -m pip install --upgrade setuptools
2323 python -m pip install -r Resources/doc/requirements.txt
24- - name : Run spell check
24+ - name : Run spell check
2525 run : |
2626 make -C Resources/doc/ spelling
2727 if [[ -s "Resources/doc/_build/spelling/output.txt" ]]; then echo "\nSpelling errors found\n" && cat "Resources/doc/_build/spelling/output.txt"; fi
Original file line number Diff line number Diff line change @@ -154,5 +154,5 @@ doctest:
154154 " results in $( BUILDDIR) /doctest/output.txt."
155155
156156spelling :
157- $(SPHINXBUILD ) -b spelling $(ALLSPHINXOPTS ) $(BUILDDIR ) /spelling
157+ $(SPHINXBUILD ) -b spelling $(ALLSPHINXOPTS ) -w $( BUILDDIR ) /spelling/output.txt $(BUILDDIR ) /spelling
158158 @echo " Spelling report generated in $( BUILDDIR) /spelling/output.txt"
You can’t perform that action at this time.
0 commit comments