diff options
| author | Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it> | 2013-01-04 15:42:34 +0100 |
|---|---|---|
| committer | Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it> | 2013-01-04 15:42:34 +0100 |
| commit | 7673b06209888e2837a135d0c51f6918b94cb70b (patch) | |
| tree | 8176f796f0fa0bbb33a9d1c07b0be0b8834c6a50 /docs/conf.py | |
| parent | 510c741078825710db718065638bdd5bda6f2a9e (diff) | |
| download | pyramid-7673b06209888e2837a135d0c51f6918b94cb70b.tar.gz pyramid-7673b06209888e2837a135d0c51f6918b94cb70b.tar.bz2 pyramid-7673b06209888e2837a135d0c51f6918b94cb70b.zip | |
Fix pdf document generation
by making sphinx aware about the images referenced in the latex preamble.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 = [ |
