summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-François B <2589111+jfbu@users.noreply.github.com>2023-03-26 18:52:06 +0200
committerJean-François B <2589111+jfbu@users.noreply.github.com>2023-03-26 23:57:04 +0200
commita7949d42903efa64bc5f8f870d39d811e272ecda (patch)
tree2a13895564a2e7599b86369af5af7dd68f8b3a8d /doc
parent321f8860970664ba343dc53e4d26e380a1bc20b2 (diff)
downloadsphinx-git-a7949d42903efa64bc5f8f870d39d811e272ecda.tar.gz
LaTeX: let mark-up for seealso directive use explicit colon (fix #11264)
Diffstat (limited to 'doc')
-rw-r--r--doc/latex.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/latex.rst b/doc/latex.rst
index 9fb283973..08b2ace85 100644
--- a/doc/latex.rst
+++ b/doc/latex.rst
@@ -1689,12 +1689,14 @@ Environments
``warningBgColor``, ``warningBorderColor``, ``warningborder``, ...
- Environment for the :rst:dir:`seealso` directive: ``sphinxseealso``.
- It takes one argument which will be the localized string ``See also``. Its
- default definition maintains the legacy behavior: the localized ``See
- also``, followed with a colon, will be rendered using ``\sphinxstrong``.
- Nothing particular is done for the contents.
+ It takes one argument which will be the localized string ``See also``
+ followed with a colon.
.. versionadded:: 6.1.0
+ .. versionchanged:: 6.2.0
+
+ Colon made part of the mark-up rather than being inserted by the
+ environment for coherence with how admonitions are handled generally.
- The contents_ directive (with ``:local:`` option) and the
:dudir:`topic` directive are implemented by environment ``sphinxShadowBox``.