Skip to content

Commit b1e9ed0

Browse files
authored
Merge pull request #636 from FriendsOfSymfony/fix-spellchecker
fix spellcheck
2 parents 7a099bc + 1ace8de commit b1e9ed0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/spellcheck.yml

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
18-
with:
19-
python-version: 3.7
2018
- name: Install dependencies
2119
run: |
2220
python -m pip install --upgrade setuptools

Resources/doc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ doctest:
154154
"results in $(BUILDDIR)/doctest/output.txt."
155155

156156
spelling:
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"

0 commit comments

Comments
 (0)