diff options
author | jfbu <jfbu@free.fr> | 2016-10-29 16:30:33 +0200 |
---|---|---|
committer | jfbu <jfbu@free.fr> | 2016-10-29 16:30:33 +0200 |
commit | a48a9c883a9e1a5cc1039263ac604033832e5a56 (patch) | |
tree | 92ce4b006bf3334e7e6eddb4b7be1ceb87cfcebd /doc/conf.py | |
parent | 528b6c374c9ca3ba6f80817a3253e1207f286ef6 (diff) | |
download | sphinx-git-a48a9c883a9e1a5cc1039263ac604033832e5a56.tar.gz |
style the latex chapter in the docs (for pdf output)
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 764c52062..349c0e745 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -55,6 +55,7 @@ latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation', latex_logo = '_static/sphinx.png' latex_elements = { 'fontpkg': '\\usepackage{palatino}', + 'passoptionstopackages': '\\PassOptionsToPackage{svgnames}{xcolor}', } latex_show_urls = 'footnote' |