File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ $(VIRTUALENV):
2626 source ./$@/bin/activate ;\
2727 pip install -r requirements.txt
2828
29- # lint and link verification. linkcheck is built into sphinx
30- test : lint spelling linkcheck
29+ # lint and link verification. linkcheck is built into sphinx (disabled for now)
30+ test : lint spelling
3131
3232# lint all .rst files
3333lint : $(VIRTUALENV )
Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ def get_version():
6060 'sphinx.ext.ifconfig' ,
6161 'sphinx.ext.mathjax' ,
6262 'sphinx.ext.todo' ,
63- 'sphinxcontrib.spelling' ,
64- "sphinx_multiversion" ,
63+ 'sphinxcontrib.spelling'
6564]
6665
6766# Text files with lists of words that shouldn't fail the spellchecker:
Original file line number Diff line number Diff line change 1- Sphinx ~= 5.3.0
2- doc8 ~= 0.10.1
3- docutils ~= 0.17.1
4- reuse ~= 0.14.0
5- sphinx-rtd-theme ~= 1.0.0
1+ Sphinx ~= 6.2.1
62sphinxcontrib-spelling ~= 7.3.2
7- sphinx-multiversion ~= 0.2.4
8- pytz ~= 2023.3
3+ sphinx-rtd-theme ~= 3. 0.2
4+ doc8 ~= 1.1.2
You can’t perform that action at this time.
0 commit comments