Skip to content

Commit 8214684

Browse files
authored
Merge pull request #842 from sphinx-contrib/maintenance/2023-08-19
Maintenance (2023-08-19)
2 parents 755799c + 9ab2394 commit 8214684

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Development
2+
===========
3+
4+
* **(note)** Final release supporting Python 3.7 (EOL)
5+
* Fixed issue when a project defines a relative CA certificate path
6+
* Fixed issue when a project defines relative publish list files
7+
* Fixed select directive/role issues with Sphinx 7.2.x
8+
19
2.2.0 (2023-07-22)
210
==================
311

doc/_themes/sphinx13b/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[theme]
22
inherit = basic
3-
stylesheet = sphinx13b.css?20220220
3+
stylesheet = sphinx13b.css
44
pygments_style = trac

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ envlist =
33
flake8
44
pylint
55
py37-sphinx53
6-
py{38,39,310,311}-sphinx{53,60,61,62,70}
6+
py38-sphinx{53,60,61,62,70,71}
7+
py{39,310,311}-sphinx{53,60,61,62,70,71,72}
78

89
[testenv]
910
deps =
@@ -13,6 +14,8 @@ deps =
1314
sphinx61: sphinx>=6.1,<6.2
1415
sphinx62: sphinx>=6.2,<6.3
1516
sphinx70: sphinx>=7.0,<7.1
17+
sphinx71: sphinx>=7.1,<7.2
18+
sphinx72: sphinx>=7.2,<7.3
1619
commands =
1720
{envpython} -m tests {posargs}
1821
setenv =

0 commit comments

Comments
 (0)