diff options
| author | Chris McDonough <chrism@plope.com> | 2013-01-04 13:01:14 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-01-04 13:01:14 -0500 |
| commit | 2b164460337dd655f9aebb25a10e6f0f35363656 (patch) | |
| tree | 8176f796f0fa0bbb33a9d1c07b0be0b8834c6a50 /docs/conf.py | |
| parent | cf7c15a6ceb0b96a7950daef2a33ee2464c655cb (diff) | |
| parent | 70a45c70e76dd958d7c8fb23b2bc2fe93d067a05 (diff) | |
| download | pyramid-2b164460337dd655f9aebb25a10e6f0f35363656.tar.gz pyramid-2b164460337dd655f9aebb25a10e6f0f35363656.tar.bz2 pyramid-2b164460337dd655f9aebb25a10e6f0f35363656.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
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 = [ |
