File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
- name : Set up Python
17
17
uses : actions/setup-python@v5
18
- with :
19
- python-version : 3.7
20
18
- name : Install dependencies
21
19
run : |
22
20
python -m pip install --upgrade setuptools
26
24
make -C Resources/doc/ spelling
27
25
if [[ -s "Resources/doc/_build/spelling/output.txt" ]]; then echo "\nSpelling errors found\n" && cat "Resources/doc/_build/spelling/output.txt"; fi
28
26
if [[ -s "Resources/doc/_build/spelling/output.txt" ]]; then false; fi
27
+
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