mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use the `:dudir:
` role with explicit titles
This commit is contained in:
11
CHANGES
11
CHANGES
@@ -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
|
||||
|
Reference in New Issue
Block a user