Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Balder Bach <benjamin@overtag.dk>2022-10-03 17:36:50 +0300
committerGitHub <noreply@github.com>2022-10-03 17:36:50 +0300
commit855e89ba52ef48a23babe3463368c42cd8fd81dc (patch)
treed41c5582ca160f5bdbdd6a4c93f23217b91c19f0
parent70927bf7cfe745ef680728a80fe8da62ed73a46c (diff)
Add sphinx 5.2 to test matrix (#1348)
-rw-r--r--.circleci/config.yml4
-rw-r--r--tox.ini1
2 files changed, 3 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 14cf1ec..3963cae 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -11,7 +11,7 @@ commands:
type: string
sphinx-version:
type: string
- default: "16,17,18,20,21,22,23,24,30,31,32,33,34,35,40,41,latest"
+ default: "16,17,18,20,21,22,23,24,30,31,32,33,34,35,40,41,50,51,52,latest"
steps:
- checkout
- run: pip install --user tox
@@ -77,7 +77,7 @@ jobs:
steps:
- run-tox:
version: py310
- sphinx-version: "42,43,44,45,50,51,latest"
+ sphinx-version: "42,43,44,45,50,51,52,latest"
workflows:
version: 2
diff --git a/tox.ini b/tox.ini
index ad7c6f7..3c00b01 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,6 +34,7 @@ deps =
sphinx45: Sphinx>=4.5,<4.6
sphinx50: Sphinx>=5.0,<5.1
sphinx51: Sphinx>=5.1,<5.2
+ sphinx52: Sphinx>=5.2,<5.3
sphinx{16,17,18,20,21,22,23,24,30,31,32,33,34,35,40,41,42}: docutils<0.18
sphinxlatest: Sphinx
commands =