You can update some of the elements in your preamble. For example, we like
to have have the admonitions centered, so we do something like:
\makeatletter
% Update all the admonitions we use to be centered (not all shown here)
\renewcommand{\py@noticestart@warning}{\py@heavybox\begin{center}}
\renewcommand{\py@noticeend@warning}{\end{center}\py@endheavybox}
\makeatother
\renewenvironment{notice}[2]{
\def\py@noticetype{#1}
\csname py@noticestart@#1\endcsname
% Make the admonition type be upper case and on its own line
\strong{\MakeUppercase{#2}} \\
}{\csname py@noticeend@\py@noticetype\endcsname}
There are others in there but you can see how it might
On Wednesday, September 14, 2016 at 8:12:17 PM UTC-7, Fiona Hanington wrote:
>
> Hi there
> I want to include standard symbols in the output (PDF, HTML) of Caution
> and Warning directives. How do I do this? (At present, these are boxed in
> the output, which is great, but I want to add the symbol too)
>
> Thanks!
> Fiona
>
--
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.