Skip to content

Tests: Update Sphinx test matrix for EmbedAPI #10655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 22, 2023
Merged
Changes from 1 commit
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
20 changes: 6 additions & 14 deletions tox.embedapi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# NOTE: Sphinx 1.8 and 2.0 are not tested anymore because of some
# incompatibilities with Python 3.10 and sphinxcontrib-bibtex
envlist = sphinx-{21,22,23,24,30,31,32,33,34,42,43,44,45,50,latest,24-docutils-016,34-docutils-017}
envlist = sphinx-{24,35,45,53,62,72,latest,24-docutils-016,35-docutils-017}

[testenv]
description = run test suite for the EmbedAPIv3
Expand All @@ -19,25 +19,17 @@ install_command =
pip install -r {toxinidir}/requirements/testing.embedapi.txt; \
pip install $*;' -- {opts} {packages}
deps =
sphinx-21: Sphinx~=2.1.0
sphinx-22: Sphinx~=2.2.0
sphinx-23: Sphinx~=2.3.0
sphinx-24: Sphinx~=2.4.0
sphinx-30: Sphinx~=3.0.0
sphinx-31: Sphinx~=3.1.0
sphinx-32: Sphinx~=3.2.0
sphinx-33: Sphinx~=3.3.0
sphinx-34: Sphinx~=3.4.0
sphinx-42: Sphinx~=4.2.0
sphinx-43: Sphinx~=4.3.0
sphinx-44: Sphinx~=4.4.0
sphinx-35: Sphinx~=3.5.0
sphinx-45: Sphinx~=4.5.0
sphinx-50: Sphinx~=5.0.0
sphinx-53: Sphinx~=5.3.0
sphinx-62: Sphinx~=6.2.0
sphinx-72: Sphinx~=7.2.0
sphinx-latest: Sphinx
# Keep at least one Sphinx version with docutils 0.16 and 0.17 since the
# HTML generated changes a little between them
sphinx-24-docutils-016: Sphinx~=2.4.0 docutils==0.16
sphinx-34-docutils-017: Sphinx~=3.4.0 docutils==0.17
sphinx-35-docutils-017: Sphinx~=3.5.0 docutils==0.17
sphinxcontrib-bibtex~=2.3.0
jinja2<3.1.0
setenv =
Expand Down