Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ $(VIRTUALENV):
source ./$@/bin/activate ;\
pip install -r requirements.txt

# lint and link verification. linkcheck is built into sphinx
test: lint spelling linkcheck
# lint and link verification. linkcheck is built into sphinx (disabled for now)
test: lint spelling

# lint all .rst files
lint: $(VIRTUALENV)
Expand Down
3 changes: 1 addition & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def get_version():
'sphinx.ext.ifconfig',
'sphinx.ext.mathjax',
'sphinx.ext.todo',
'sphinxcontrib.spelling',
"sphinx_multiversion",
'sphinxcontrib.spelling'
]

# Text files with lists of words that shouldn't fail the spellchecker:
Expand Down
10 changes: 3 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
Sphinx~=5.3.0
doc8~=0.10.1
docutils~=0.17.1
reuse~=0.14.0
sphinx-rtd-theme~=1.0.0
Sphinx~=6.2.1
sphinxcontrib-spelling~=7.3.2
sphinx-multiversion~=0.2.4
pytz~=2023.3
sphinx-rtd-theme~=3.0.2
doc8~=1.1.2