Skip to content

Commit 678b1dd

Browse files
authored
Merge pull request #43 from SystemsApproach/sphinxupdate
update sphinx version and remove extraneous requirements
2 parents ce09893 + 5e6e782 commit 678b1dd

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3333
lint: $(VIRTUALENV)

conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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:

requirements.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
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
62
sphinxcontrib-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

0 commit comments

Comments
 (0)