mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update credits in CHANGES
This commit is contained in:
parent
25656d07b7
commit
36e79d7089
22
CHANGES
22
CHANGES
@ -13,14 +13,15 @@ Deprecated
|
|||||||
Features added
|
Features added
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
* #10523: html theme: Expose the Docutils's version info tuple as a template
|
* #10523: HTML Theme: Expose the Docutils's version info tuple as a template
|
||||||
variable, ``docutils_version_info``. Patch by Adam Turner.
|
variable, ``docutils_version_info``. Patch by Adam Turner.
|
||||||
|
|
||||||
Bugs fixed
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
|
||||||
* #10509: autosummary: autosummary fails with a shared library
|
* #10509: autosummary: autosummary fails with a shared library
|
||||||
* #10523: html theme: Fix double brackets on citation references in Docutils 0.18+.
|
* #10523: HTML Theme: Fix double brackets on citation references in Docutils 0.18+.
|
||||||
|
Patch by Adam Turner.
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
@ -32,10 +33,11 @@ Bugs fixed
|
|||||||
----------
|
----------
|
||||||
|
|
||||||
* #10498: gettext: TypeError is raised when sorting warning messages if a node
|
* #10498: gettext: TypeError is raised when sorting warning messages if a node
|
||||||
has no line number
|
has no line number. Patch by Adam Turner.
|
||||||
* #10493: html theme: :rst:dir:`topic` directive is rendered incorrectly with
|
* #10493: HTML Theme: :rst:dir:`topic` directive is rendered incorrectly with
|
||||||
docutils-0.18
|
Docutils 0.18. Patch by Adam Turner.
|
||||||
* #10495: IndexError is raised for a :rst:role:`kbd` role having a separator
|
* #10495: IndexError is raised for a :rst:role:`kbd` role having a separator.
|
||||||
|
Patch by Adam Turner.
|
||||||
|
|
||||||
Release 5.0.0 (released May 30, 2022)
|
Release 5.0.0 (released May 30, 2022)
|
||||||
=====================================
|
=====================================
|
||||||
@ -76,6 +78,7 @@ Incompatible changes
|
|||||||
|
|
||||||
* #10474: :confval:`language` does not accept ``None`` as it value. The default
|
* #10474: :confval:`language` does not accept ``None`` as it value. The default
|
||||||
value of ``language`` becomes to ``'en'`` now.
|
value of ``language`` becomes to ``'en'`` now.
|
||||||
|
Patch by Adam Turner and Takeshi KOMIYA.
|
||||||
|
|
||||||
Deprecated
|
Deprecated
|
||||||
----------
|
----------
|
||||||
@ -131,11 +134,12 @@ Features added
|
|||||||
non-imported
|
non-imported
|
||||||
* #10028: Removed internal usages of JavaScript frameworks (jQuery and
|
* #10028: Removed internal usages of JavaScript frameworks (jQuery and
|
||||||
underscore.js) and modernised ``doctools.js`` and ``searchtools.js`` to
|
underscore.js) and modernised ``doctools.js`` and ``searchtools.js`` to
|
||||||
EMCAScript 2018.
|
EMCAScript 2018. Patch by Adam Turner.
|
||||||
* #10302: C++, add support for conditional expressions (``?:``).
|
* #10302: C++, add support for conditional expressions (``?:``).
|
||||||
* #5157, #10251: Inline code is able to be highlighted via :rst:dir:`role`
|
* #5157, #10251: Inline code is able to be highlighted via :rst:dir:`role`
|
||||||
directive
|
directive
|
||||||
* #10337: Make sphinx-build faster by caching Publisher object during build
|
* #10337: Make sphinx-build faster by caching Publisher object during build.
|
||||||
|
Patch by Adam Turner.
|
||||||
|
|
||||||
Bugs fixed
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
@ -143,7 +147,7 @@ Bugs fixed
|
|||||||
5.0.0 b1
|
5.0.0 b1
|
||||||
|
|
||||||
* #10200: apidoc: Duplicated submodules are shown for modules having both .pyx
|
* #10200: apidoc: Duplicated submodules are shown for modules having both .pyx
|
||||||
and .so files
|
and .so files. Patch by Adam Turner and Takeshi KOMIYA.
|
||||||
* #10279: autodoc: Default values for keyword only arguments in overloaded
|
* #10279: autodoc: Default values for keyword only arguments in overloaded
|
||||||
functions are rendered as a string literal
|
functions are rendered as a string literal
|
||||||
* #10280: autodoc: :confval:`autodoc_docstring_signature` unexpectedly generates
|
* #10280: autodoc: :confval:`autodoc_docstring_signature` unexpectedly generates
|
||||||
|
Loading…
Reference in New Issue
Block a user