1
- Release 5.1.0 (in development )
2
- ==============================
1
+ Release 5.1.0 (released Jul 24, 2022 )
2
+ =====================================
3
3
4
4
Dependencies
5
5
------------
@@ -8,9 +8,6 @@ Dependencies
8
8
9
9
.. _Docutils 0.19: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-19-2022-07-05
10
10
11
- Incompatible changes
12
- --------------------
13
-
14
11
Deprecated
15
12
----------
16
13
@@ -21,6 +18,8 @@ Deprecated
21
18
Features added
22
19
--------------
23
20
21
+ * #10444: html theme: Allow specifying multiple CSS files through the ``stylesheet``
22
+ setting in ``theme.conf`` or by setting ``html_style`` to an iterable of strings.
24
23
* #10366: std domain: Add support for emphasising placeholders in :rst:dir:`option`
25
24
directives through a new :confval:`option_emphasise_placeholders` configuration
26
25
option.
@@ -43,6 +42,11 @@ Features added
43
42
Bugs fixed
44
43
----------
45
44
45
+ * #10594: HTML Theme: field term colons are doubled if using Docutils 0.18+
46
+ * #10596: Build failure if Docutils version is 0.18 (not 0.18.1) due
47
+ to missing ``Node.findall()``
48
+ * #10506: LaTeX: build error if highlighting inline code role in figure caption
49
+ (refs: #10251)
46
50
* #10634: Make -P (pdb) option work better with exceptions triggered from events
47
51
* #10031: py domain: Fix spurious whitespace in unparsing various operators (``+``,
48
52
``-``, ``~``, and ``**``). Patch by Adam Turner.
@@ -68,39 +72,6 @@ Bugs fixed
68
72
using ``:any:`` and autodoc.
69
73
* #10548: HTML Search: fix minor summary issues.
70
74
71
- Testing
72
- --------
73
-
74
- Release 5.0.3 (in development)
75
- ==============================
76
-
77
- Dependencies
78
- ------------
79
-
80
- Incompatible changes
81
- --------------------
82
-
83
- Deprecated
84
- ----------
85
-
86
- Features added
87
- --------------
88
-
89
- * #10444: html theme: Allow specifying multiple CSS files through the ``stylesheet``
90
- setting in ``theme.conf`` or by setting ``html_style`` to an iterable of strings.
91
-
92
- Bugs fixed
93
- ----------
94
-
95
- * #10594: HTML Theme: field term colons are doubled if using Docutils 0.18+
96
- * #10596: Build failure if Docutils version is 0.18 (not 0.18.1) due
97
- to missing ``Node.findall()``
98
- * #10506: LaTeX: build error if highlighting inline code role in figure caption
99
- (refs: #10251)
100
-
101
- Testing
102
- --------
103
-
104
75
Release 5.0.2 (released Jun 17, 2022)
105
76
=====================================
106
77
0 commit comments