Skip to content

Commit 323b921

Browse files
authored
Merge pull request OSGeo#11027 from rouault/doc_spelling_word-list
Doc: fix warning 'direct use of the spelling directive is deprecated,…
2 parents d68039a + 553aaf4 commit 323b921

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/doc_checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
ldconfig
5757
popd
5858
59-
- name: Update sphinx-rtd-theme
59+
- name: Update components
6060
shell: bash -l {0}
6161
run: |
62-
pip install -U "sphinx-rtd-theme>=3.0.0"
62+
pip install -U "sphinx-rtd-theme>=3.0.0" "sphinxcontrib-spelling>=8.0.0"
6363
6464
- name: Print versions
6565
shell: bash -l {0}

doc/source/thanks.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ You can also consult `Frank Warmerdam's sponsors, acknowledgments and credits <h
134134

135135
.. below is an allow-list for spelling checker.
136136
137-
.. spelling::
137+
.. spelling:word-list::
138138
Daho
139139
Arevalo
140140
Ragi

0 commit comments

Comments
 (0)