Skip to content

Commit

Permalink
MNT: Drop Sphinx 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 22, 2021
1 parent a9bcf9f commit 0efa1b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci_workflows.yml
Expand Up @@ -23,9 +23,6 @@ jobs:
toxenv: codestyle

# Linux - test different Sphinx versions
- os: ubuntu-latest
python-version: 3.7
toxenv: py37-test-sphinx18
- os: ubuntu-latest
python-version: 3.7
toxenv: py37-test-sphinx24
Expand All @@ -51,7 +48,7 @@ jobs:
# MacOS X - just the oldest, stable, and dev
- os: macos-latest
python-version: 3.7
toxenv: py37-test-sphinx18
toxenv: py37-test-sphinx24
- os: macos-latest
python-version: 3.8
toxenv: py38-test-sphinx43-clocale
Expand All @@ -62,7 +59,7 @@ jobs:
# Windows - just the oldest, stable, and dev
- os: windows-latest
python-version: 3.7
toxenv: py37-test-sphinx18
toxenv: py37-test-sphinx24
- os: windows-latest
python-version: 3.8
toxenv: py38-test-sphinx43-clocale
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -11,7 +11,7 @@ Changes in sphinx-automodapi
- Add ``:include:`` option to do the opposite of ``:skip:``. [#127]

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

0.13 (2020-09-24)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -20,7 +20,7 @@ zip_safe = False
packages = find:
python_requires = >=3.7
install_requires =
sphinx>=1.8
sphinx>=2

[options.extras_require]
test =
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
@@ -1,13 +1,12 @@
[tox]
envlist = py{37,38,39,310}-test-sphinx{18,24,35,40,41,42,43,dev}{,-cov}{-clocale,}
envlist = py{37,38,39,310}-test-sphinx{24,35,40,41,42,43,dev}{,-cov}{-clocale,}
requires = pip >= 18.0
setuptools >= 30.3.0
isolated_build = true

[testenv]
changedir = .tmp/{envname}
deps =
sphinx18: sphinx==1.8.*
sphinx24: sphinx==2.4.*
sphinx35: sphinx==3.5.*
sphinx40: sphinx==4.0.*
Expand Down

0 comments on commit 0efa1b4

Please sign in to comment.