We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a099bc + 1ace8de commit b1e9ed0Copy full SHA for b1e9ed0
.github/workflows/spellcheck.yml
@@ -15,8 +15,6 @@ jobs:
15
- uses: actions/checkout@v4
16
- name: Set up Python
17
uses: actions/setup-python@v5
18
- with:
19
- python-version: 3.7
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade setuptools
Resources/doc/Makefile
@@ -154,5 +154,5 @@ doctest:
154
"results in $(BUILDDIR)/doctest/output.txt."
155
156
spelling:
157
- $(SPHINXBUILD) -b spelling $(ALLSPHINXOPTS) $(BUILDDIR)/spelling
+ $(SPHINXBUILD) -b spelling $(ALLSPHINXOPTS) -w $(BUILDDIR)/spelling/output.txt $(BUILDDIR)/spelling
158
@echo "Spelling report generated in $(BUILDDIR)/spelling/output.txt"
0 commit comments