1
- Release 3.0.0 beta2 (in development)
2
- ====================================
1
+ Release 3.0.0 (in development)
2
+ ==============================
3
3
4
4
Dependencies
5
5
------------
6
6
7
- Incompatible changes
8
- --------------------
9
-
10
- * #7222: ``sphinx.util.inspect.unwrap()`` is renamed to ``unwrap_all()``
11
-
12
- Deprecated
13
- ----------
14
-
15
- Features added
16
- --------------
17
-
18
- * Added ``ObjectDescription.transform_content()``.
19
-
20
- Bugs fixed
21
- ----------
22
-
23
- * #7364: autosummary: crashed when :confval:`autosummary_generate` is False
24
- * #7370: autosummary: raises UnboundLocalError when unknown module given
25
- * #7367: C++, alternate operator spellings are now supported.
26
- * C, alternate operator spellings are now supported.
27
- * #7368: C++, comma operator in expressions, pack expansion in template
28
- argument lists, and more comprehensive error messages in some cases.
29
- * C, C++, fix crash and wrong duplicate warnings related to anon symbols.
30
- * #6477: Escape first "!" in a cross reference linking no longer possible
31
- * #7219: py domain: The index entry generated by ``py:function`` directive is
32
- different with one from ``index`` directive with "builtin" type
33
- * #7301: capital characters are not allowed for node_id
34
- * #7301: epub: duplicated node_ids are generated
35
- * #6564: html: a width of table was ignored on HTML builder
36
- * #7401: Incorrect argument is passed for :event:`env-get-outdated` handlers
37
- * #7355: autodoc: a signature of cython-function is not recognized well
38
- * #7222: autodoc: ``__wrapped__`` functions are not documented correctly
39
- * #7409: intersphinx: ValueError is raised when an extension sets up
40
- :confval:`intersphinx_mapping` on :event:`config-inited` event
41
- * #7343: Sphinx builds has been slower since 2.4.0 on debug mode
42
-
43
- Testing
44
- --------
45
-
46
- Release 3.0.0 beta1 (released Mar 23, 2020)
47
- ===========================================
48
-
49
- Dependencies
50
- ------------
7
+ 3.0.0b1
51
8
52
9
* LaTeX: drop dependency on :program:`extractbb` for image inclusion in
53
10
Japanese documents as ``.xbb`` files are unneeded by :program:`dvipdfmx`
@@ -57,6 +14,8 @@ Dependencies
57
14
Incompatible changes
58
15
--------------------
59
16
17
+ 3.0.0b1
18
+
60
19
* Drop features and APIs deprecated in 1.8.x
61
20
* #247: autosummary: stub files are overwritten automatically by default. see
62
21
:confval:`autosummary_generate_overwrite` to change the behavior
@@ -91,9 +50,15 @@ Incompatible changes
91
50
single backslashes as default. A new configuration value
92
51
:confval:`strip_signature_backslash` can be used by users to reenable it.
93
52
53
+ 3.0.0 final
54
+
55
+ * #7222: ``sphinx.util.inspect.unwrap()`` is renamed to ``unwrap_all()``
56
+
94
57
Deprecated
95
58
----------
96
59
60
+ 3.0.0b1
61
+
97
62
* ``desc_signature['first']``
98
63
* ``sphinx.directives.DescDirective``
99
64
* ``sphinx.domains.std.StandardDomain.add_object()``
@@ -109,6 +74,8 @@ Deprecated
109
74
Features added
110
75
--------------
111
76
77
+ 3.0.0b1
78
+
112
79
* #247: autosummary: Add :confval:`autosummary_generate_overwrite` to overwrite
113
80
old stub file
114
81
* #5923: autodoc: ``:inherited-members:`` option takes a name of anchestor class
@@ -164,9 +131,15 @@ Features added
164
131
* #7324: sphinx-build: Emit a warning if multiple files having different file
165
132
extensions for same document found
166
133
134
+ 3.0.0 final
135
+
136
+ * Added ``ObjectDescription.transform_content()``.
137
+
167
138
Bugs fixed
168
139
----------
169
140
141
+ 3.0.0b1
142
+
170
143
* C++, fix cross reference lookup in certain cases involving
171
144
function overloads.
172
145
* #5078: C++, fix cross reference lookup when a directive contains multiple
@@ -194,6 +167,28 @@ Bugs fixed
194
167
* #7290: sphinx-build: Ignore bdb.BdbQuit when handling exceptions
195
168
* #6240: napoleon: Attributes and Methods sections ignore :noindex: option
196
169
170
+ 3.0.0 final
171
+
172
+ * #7364: autosummary: crashed when :confval:`autosummary_generate` is False
173
+ * #7370: autosummary: raises UnboundLocalError when unknown module given
174
+ * #7367: C++, alternate operator spellings are now supported.
175
+ * C, alternate operator spellings are now supported.
176
+ * #7368: C++, comma operator in expressions, pack expansion in template
177
+ argument lists, and more comprehensive error messages in some cases.
178
+ * C, C++, fix crash and wrong duplicate warnings related to anon symbols.
179
+ * #6477: Escape first "!" in a cross reference linking no longer possible
180
+ * #7219: py domain: The index entry generated by ``py:function`` directive is
181
+ different with one from ``index`` directive with "builtin" type
182
+ * #7301: capital characters are not allowed for node_id
183
+ * #7301: epub: duplicated node_ids are generated
184
+ * #6564: html: a width of table was ignored on HTML builder
185
+ * #7401: Incorrect argument is passed for :event:`env-get-outdated` handlers
186
+ * #7355: autodoc: a signature of cython-function is not recognized well
187
+ * #7222: autodoc: ``__wrapped__`` functions are not documented correctly
188
+ * #7409: intersphinx: ValueError is raised when an extension sets up
189
+ :confval:`intersphinx_mapping` on :event:`config-inited` event
190
+ * #7343: Sphinx builds has been slower since 2.4.0 on debug mode
191
+
197
192
Release 2.4.4 (released Mar 05, 2020)
198
193
=====================================
199
194
0 commit comments