Skip to content

Commit

Permalink
Merge pull request #636 from FriendsOfSymfony/fix-spellchecker
Browse files Browse the repository at this point in the history
fix spellcheck
  • Loading branch information
dbu authored Jan 1, 2025
2 parents 7a099bc + 1ace8de commit b1e9ed0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade setuptools
Expand Down
2 changes: 1 addition & 1 deletion Resources/doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ doctest:
"results in $(BUILDDIR)/doctest/output.txt."

spelling:
$(SPHINXBUILD) -b spelling $(ALLSPHINXOPTS) $(BUILDDIR)/spelling
$(SPHINXBUILD) -b spelling $(ALLSPHINXOPTS) -w $(BUILDDIR)/spelling/output.txt $(BUILDDIR)/spelling
@echo "Spelling report generated in $(BUILDDIR)/spelling/output.txt"

0 comments on commit b1e9ed0

Please sign in to comment.