File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
run : |
22
22
python -m pip install --upgrade setuptools
23
23
python -m pip install -r Resources/doc/requirements.txt
24
- - name : Run spell check
24
+ - name : Run spell check
25
25
run : |
26
26
make -C Resources/doc/ spelling
27
27
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:
154
154
" results in $( BUILDDIR) /doctest/output.txt."
155
155
156
156
spelling :
157
- $(SPHINXBUILD ) -b spelling $(ALLSPHINXOPTS ) $(BUILDDIR ) /spelling
157
+ $(SPHINXBUILD ) -b spelling $(ALLSPHINXOPTS ) -w $( BUILDDIR ) /spelling/output.txt $(BUILDDIR ) /spelling
158
158
@echo " Spelling report generated in $( BUILDDIR) /spelling/output.txt"
You can’t perform that action at this time.
0 commit comments