Skip to content

Commit 0efa1b4

Browse files
committed
MNT: Drop Sphinx 1.8
1 parent a9bcf9f commit 0efa1b4

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
toxenv: codestyle
2424

2525
# Linux - test different Sphinx versions
26-
- os: ubuntu-latest
27-
python-version: 3.7
28-
toxenv: py37-test-sphinx18
2926
- os: ubuntu-latest
3027
python-version: 3.7
3128
toxenv: py37-test-sphinx24
@@ -51,7 +48,7 @@ jobs:
5148
# MacOS X - just the oldest, stable, and dev
5249
- os: macos-latest
5350
python-version: 3.7
54-
toxenv: py37-test-sphinx18
51+
toxenv: py37-test-sphinx24
5552
- os: macos-latest
5653
python-version: 3.8
5754
toxenv: py38-test-sphinx43-clocale
@@ -62,7 +59,7 @@ jobs:
6259
# Windows - just the oldest, stable, and dev
6360
- os: windows-latest
6461
python-version: 3.7
65-
toxenv: py37-test-sphinx18
62+
toxenv: py37-test-sphinx24
6663
- os: windows-latest
6764
python-version: 3.8
6865
toxenv: py38-test-sphinx43-clocale

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Changes in sphinx-automodapi
1111
- Add ``:include:`` option to do the opposite of ``:skip:``. [#127]
1212

1313
- Various infrastructure/packaging updates and code clean-ups.
14-
Minimum supported Python version is now 3.7 and Sphinx 1.8.
14+
Minimum supported Python version is now 3.7 and Sphinx 2.
1515
[#120, #124, #126, #133, #139]
1616

1717
0.13 (2020-09-24)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ zip_safe = False
2020
packages = find:
2121
python_requires = >=3.7
2222
install_requires =
23-
sphinx>=1.8
23+
sphinx>=2
2424

2525
[options.extras_require]
2626
test =

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
[tox]
2-
envlist = py{37,38,39,310}-test-sphinx{18,24,35,40,41,42,43,dev}{,-cov}{-clocale,}
2+
envlist = py{37,38,39,310}-test-sphinx{24,35,40,41,42,43,dev}{,-cov}{-clocale,}
33
requires = pip >= 18.0
44
setuptools >= 30.3.0
55
isolated_build = true
66

77
[testenv]
88
changedir = .tmp/{envname}
99
deps =
10-
sphinx18: sphinx==1.8.*
1110
sphinx24: sphinx==2.4.*
1211
sphinx35: sphinx==3.5.*
1312
sphinx40: sphinx==4.0.*

0 commit comments

Comments
 (0)