Skip to content

Commit 0c85adb

Browse files
committed
Fix markup in CHANGES
1 parent ad0dd5a commit 0c85adb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

CHANGES.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Incompatible changes
1010
--------------------
1111

1212
* #13044: Remove the internal and undocumented ``has_equations`` data
13-
from the :py:class:`!MathDomain`` domain.
13+
from the :py:class:`!MathDomain` domain.
1414
The undocumented :py:meth:`!MathDomain.has_equations` method
1515
now unconditionally returns ``True``.
1616
These are replaced by the ``has_maths_elements`` key of the page context dict.
@@ -62,10 +62,8 @@ Features added
6262
:confval:`python_trailing_comma_in_multi_line_signatures` and
6363
:confval:`javascript_trailing_comma_in_multi_line_signatures`
6464
configuration options.
65-
* #13264: Rename the :rst:dir:`math` directive's ``nowrap``option
66-
to :rst:dir:`no-wrap``,
67-
and rename the :rst:dir:`autosummary` directive's ``nosignatures``option
68-
to :rst:dir:`no-signatures``.
65+
* #13264: Rename the :rst:dir:`math` directive's ``nowrap`` option
66+
to :rst:dir:`math:no-wrap`.
6967
Patch by Adam Turner.
7068
* #13269: Added the option to disable the use of type comments in
7169
via the new :confval:`autodoc_use_type_comments` option,

0 commit comments

Comments
 (0)