From 1ace8de9eb0abb89a3ba6102c0ca486e4c4ada62 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 1 Jan 2025 17:54:40 +0100 Subject: [PATCH] fix spellcheck --- .github/workflows/spellcheck.yml | 2 -- Resources/doc/Makefile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 592eb006..6606f507 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -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 diff --git a/Resources/doc/Makefile b/Resources/doc/Makefile index c0d7be86..44a7b170 100644 --- a/Resources/doc/Makefile +++ b/Resources/doc/Makefile @@ -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"