mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix markup in CHANGES
This commit is contained in:
parent
ad0dd5aa5b
commit
0c85adb461
@ -10,7 +10,7 @@ Incompatible changes
|
||||
--------------------
|
||||
|
||||
* #13044: Remove the internal and undocumented ``has_equations`` data
|
||||
from the :py:class:`!MathDomain`` domain.
|
||||
from the :py:class:`!MathDomain` domain.
|
||||
The undocumented :py:meth:`!MathDomain.has_equations` method
|
||||
now unconditionally returns ``True``.
|
||||
These are replaced by the ``has_maths_elements`` key of the page context dict.
|
||||
@ -62,10 +62,8 @@ Features added
|
||||
:confval:`python_trailing_comma_in_multi_line_signatures` and
|
||||
:confval:`javascript_trailing_comma_in_multi_line_signatures`
|
||||
configuration options.
|
||||
* #13264: Rename the :rst:dir:`math` directive's ``nowrap``option
|
||||
to :rst:dir:`no-wrap``,
|
||||
and rename the :rst:dir:`autosummary` directive's ``nosignatures``option
|
||||
to :rst:dir:`no-signatures``.
|
||||
* #13264: Rename the :rst:dir:`math` directive's ``nowrap`` option
|
||||
to :rst:dir:`math:no-wrap`.
|
||||
Patch by Adam Turner.
|
||||
* #13269: Added the option to disable the use of type comments in
|
||||
via the new :confval:`autodoc_use_type_comments` option,
|
||||
|
Loading…
Reference in New Issue
Block a user