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-08-27 09:17:19 +0300
committerGitHub <noreply@github.com>2022-08-27 09:17:19 +0300
commit3e73d1ea1cd824e17bf801df95c1d15dfbbb28ae (patch)
tree03e40baddb93ef67794f7bdf3622aad122bb4c99 /.circleci
parentb2f52f4328deaea2c23118c128e96eac0a667e1e (diff)
Build matrix fixes (#1338)
* Add new Sphinx versions to tox test matrix, but do not allow docutils >= 0.17 on Sphinx>=4.3 * Stop py2 and py27 support from sphinxlatest because of build breakage * Circle CI: Repeat sphinx versions for Python 2.7 (pending adjustments) * tox.ini config: Ensure that we are getting the expected Sphinx version
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ae67091..1af2cfc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -46,6 +46,7 @@ jobs:
steps:
- run-tox:
version: py27
+ sphinx-version: "16,17,18"
py36:
docker:
- image: 'cimg/python:3.6'