Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-François B <2589111+jfbu@users.noreply.github.com>2022-07-14 12:33:16 +0300
committerJean-François B <2589111+jfbu@users.noreply.github.com>2022-07-14 12:34:12 +0300
commit93226ca91acdba7fdf0c7efde27ccc9c28cf7ece (patch)
treee20de355a2a8555acef41100ec2b77b1c662f25e
parentd737608591e9cf49e9c9ea757d665cbe726ffbcc (diff)
Update CHANGES for PR #10648
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index f672a3dc6..c939f5634 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,11 +28,11 @@ Features added
making whitespace issues easier to identify.
* #10571: quickstart: Reduce content in the generated ``conf.py`` file. Patch by
Pradyun Gedam.
-* #10619: LaTeX: new ``shadowShadowColor`` and ``shadowBorderColor`` configurations
- for :ref:`'sphinxsetup' <latexsphinxsetup>` key of :confval:`latex_elements`
-* #10639: LaTeX: ``verbatimradius`` configuration added to the LaTeX keys of
- :ref:`'sphinxsetup' <latexsphinxsetup>`. If positive, code-blocks are rendered
- with rounded corners.
+* #10648: LaTeX: CSS-named-alike additional :ref:`'sphinxsetup' <latexsphinxsetup>`
+ keys allow to configure four separate border-widths, four paddings, four
+ corner radii, a shadow (possibly inset), colours for border, background, shadow
+ for each of the code-block, topic, attention, caution, danger, error and warning
+ directives.
* #10599: HTML Theme: Wrap consecutive footnotes in an ``<aside>`` element when
using Docutils 0.18 or later, to allow for easier styling. This matches the
behaviour introduced in Docutils 0.19. Patch by Adam Turner.