diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-04-04 18:34:58 +0100 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-04-04 18:34:58 +0100 |
commit | 961f96de7a3f5905a18531f65ddaf0a93e14d5d0 (patch) | |
tree | 3526e7b7304751a7b4cfd3022c1410d404af2e64 | |
parent | 126737c3cda13d063565d48499d0a5b0fe685eb9 (diff) | |
download | sphinx-git-961f96de7a3f5905a18531f65ddaf0a93e14d5d0.tar.gz |
Use the ``:dudir:`` role with explicit titles
-rw-r--r-- | CHANGES | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -42,8 +42,9 @@ Features added now each be styled as the other admonitions, i.e. possibly with a background color, individual border widths and paddings, possibly rounded corners, and optional shadow. See :ref:`additionalcss`. (refs: #11234) -* LaTeX: admonitions and :dudir:`topic` (and contents_) directives, - and not only :rst:dir:`code-block`, support ``box-decoration-break=slice``. +* LaTeX: admonitions and :dudir:`topic` (and + :dudir:`contents <table-of-contents>`) directives, and not only + :rst:dir:`code-block`, support ``box-decoration-break=slice``. * LaTeX: let rounded boxes support up to 4 distinct border-widths (refs: #11243) * LaTeX: new options ``noteTextColor``, ``noteTeXextras`` et al. See :ref:`additionalcss`. @@ -126,8 +127,8 @@ Bugs fixed since Sphinx 5.1.0 * #11096: LaTeX: ``shadowsize`` key of sphinxsetup causes PDF build to crash since Sphinx 5.1.0 -* #11095: LaTeX: shadow of :dudir:`topic` and contents_ boxes not in page - margin since Sphinx 5.1.0 +* #11095: LaTeX: shadow of :dudir:`topic` and :dudir:`contents <table-of-contents>` + boxes not in page margin since Sphinx 5.1.0 * #11100: Fix copying images when running under parallel mode. Release 6.1.1 (released Jan 05, 2023) @@ -7414,5 +7415,3 @@ Previous versions The changelog for versions before 1.0 can be found in the file ``CHANGES.old`` in the source distribution or `at GitHub <https://github.com/sphinx-doc/sphinx/raw/master/CHANGES.old>`__. - -.. _contents: https://docutils.sourceforge.io/docs/ref/rst/directives.html#table-of-contents |