summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a4b1ffbba..6ef9ff67b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -307,8 +307,8 @@ _PREAMBLE = r"""
\renewenvironment{notice}[2]{%
\origbeginnotice{#1}{}% equivalent to original \begin{notice}{#1}{#2}
% load graphics
- \ifthenelse{\equal{#1}{warning}}{\includegraphics{exclaim.png}}{}
- \ifthenelse{\equal{#1}{note}}{\includegraphics{info.png}}{}
+ \ifthenelse{\equal{#1}{warning}}{\includegraphics{latex-warning.png}}{}
+ \ifthenelse{\equal{#1}{note}}{\includegraphics{latex-note.png}}{}
% etc.
}{%
\origendnotice% equivalent to original \end{notice}