Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit cc22224

Browse files
authored
Test with sphinx 4 and python 3.10 (#109)
1 parent c95e314 commit cc22224

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.circleci/config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ commands:
1111
type: string
1212
sphinx-version:
1313
type: string
14-
default: "1,2,3,latest"
14+
default: "1,2,3,4,latest"
1515
steps:
1616
- browser-tools/install-browser-tools
1717
- checkout
@@ -48,11 +48,19 @@ jobs:
4848
steps:
4949
- run-tox:
5050
version: py39
51+
py310:
52+
docker:
53+
- image: 'cimg/python:3.10-browsers'
54+
steps:
55+
- run-tox:
56+
version: py310
57+
sphinx-version: 4,latest
5158

5259
workflows:
5360
version: 2
5461
tests:
5562
jobs:
63+
- py310
5664
- py39
5765
- py38
5866
- py37

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx==4.4.0
1+
sphinx==4.5.0
22
sphinx-prompt==1.5.0
33
sphinx-tabs==3.2.0
44
sphinx-rtd-theme==1.0.0

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[tox]
22
minversion = 3.10
33
envlist =
4-
py{36,37,38,39}-sphinx{1,2,3,latest}
4+
py{36,37,38,39}-sphinx{1,2,3,4,latest}
5+
py310-sphinx{4,latest}
56
docs
67
skipsdist = True
78

@@ -13,6 +14,7 @@ deps =
1314
sphinx1: Sphinx<2.0
1415
sphinx2: Sphinx<3.0
1516
sphinx3: Sphinx<4.0
17+
sphinx4: Sphinx<5.0
1618
{sphinx1,sphinx2,sphinx3}: docutils<0.18
1719
{sphinx1,sphinx2,sphinx3}: jinja2<3.1
1820
sphinxlatest: Sphinx

0 commit comments

Comments
 (0)