@@ -27,7 +27,7 @@ Bugs fixed
27
27
* #11654: autodoc: Fail with a more descriptive error message
28
28
when an object claims to be an instance of ``type``,
29
29
but is not a class.
30
- Patch by James Braza.
30
+ Patch by James Braza.
31
31
* 11620: Cease emitting :event:`source-read` events for files read via
32
32
the :dudir:`include` directive.
33
33
* 11620: Add a new :event:`include-read` for observing and transforming
@@ -580,7 +580,7 @@ Dependencies
580
580
Bugs fixed
581
581
----------
582
582
583
- * #10944: imgmath: Fix resolving image paths for files in nested folders.
583
+ * #10944: imgmath: Fix resolving image paths for files in nested folders.
584
584
585
585
Release 6.0.0 (released Dec 29, 2022)
586
586
=====================================
@@ -859,7 +859,7 @@ Dependencies
859
859
860
860
* #10164: Support `Docutils 0.18`_. Patch by Adam Turner.
861
861
862
- .. _Docutils 0.18: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-18-2021-10-26
862
+ .. _Docutils 0.18: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-18-2021-10-26
863
863
864
864
Incompatible changes
865
865
--------------------
@@ -1697,7 +1697,7 @@ Bugs fixed
1697
1697
expected
1698
1698
* #8980: LaTeX: missing line break in ``\pysigline``
1699
1699
* #8995: LaTeX: legacy ``\pysiglinewithargsret`` does not compute correctly
1700
- available horizontal space and should use a ragged right style
1700
+ available horizontal space and should use a ragged right style
1701
1701
* #9009: LaTeX: "release" value with underscore leads to invalid LaTeX
1702
1702
* #8911: C++: remove the longest matching prefix in
1703
1703
:confval:`cpp_index_common_prefix` instead of the first that matches.
@@ -2056,7 +2056,7 @@ Bugs fixed
2056
2056
* #8460: autodoc: autodata and autoattribute directives do not display type
2057
2057
information of TypeVars
2058
2058
* #8493: autodoc: references to builtins not working in class aliases
2059
- * #8522: autodoc: ``__bool__`` method could be called
2059
+ * #8522: autodoc: ``__bool__`` method could be called
2060
2060
* #8067: autodoc: A typehint for the instance variable having type_comment on
2061
2061
super class is not displayed
2062
2062
* #8545: autodoc: a __slots__ attribute is not documented even having docstring
@@ -4986,7 +4986,7 @@ Deprecated
4986
4986
- ``BuildEnvironment.create_index()``
4987
4987
4988
4988
Please use ``sphinx.environment.adapters`` modules instead.
4989
- * latex package ``footnote`` is not loaded anymore by its bundled replacement
4989
+ * latex package ``footnote`` is not loaded anymore by its bundled replacement
4990
4990
``footnotehyper-sphinx``. The redefined macros keep the same names as in the
4991
4991
original package.
4992
4992
* #3429: deprecate config setting :confval:`!latex_keep_old_macro_names`. It will
@@ -5292,7 +5292,7 @@ Deprecated
5292
5292
5293
5293
These features are removed in Sphinx 1.6:
5294
5294
5295
- * LDML format support in i18n feature
5295
+ * LDML format support in i18n feature
5296
5296
* ``sphinx.addnodes.termsep``
5297
5297
* Some functions and classes in ``sphinx.util.pycompat``:
5298
5298
``zip_longest``, ``product``, ``all``, ``any``, ``next``, ``open``,
0 commit comments