From 7673b06209888e2837a135d0c51f6918b94cb70b Mon Sep 17 00:00:00 2001 From: "Lorenzo M. Catucci" Date: Fri, 4 Jan 2013 15:42:34 +0100 Subject: Fix pdf document generation by making sphinx aware about the images referenced in the latex preamble. --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index abb8bdd2e..3dc72d8ae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -235,6 +235,8 @@ latex_paper_size = 'letter' # The font size ('10pt', '11pt' or '12pt'). latex_font_size = '10pt' +latex_additional_files = ['_static/latex-note.png', '_static/latex-warning.png'] + # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). latex_documents = [ -- cgit v1.2.3