diff options
author | Georg Brandl <georg@python.org> | 2008-09-24 16:18:45 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-24 16:18:45 +0000 |
commit | 00de8e0d365dc13d2c4a57bd9661614fdcd1d80c (patch) | |
tree | ff576f38516842caec02834041a90000db5f266d /doc/conf.py | |
parent | 5e13c56f9642db1f1f3131f5066166f6bed2b5bd (diff) | |
download | sphinx-git-00de8e0d365dc13d2c4a57bd9661614fdcd1d80c.tar.gz |
Use palatino for the Sphinx docs.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 885ba8cf2..ca30ad91d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -126,7 +126,9 @@ latex_logo = '_static/sphinx.png' #latex_use_parts = True # Additional stuff for the LaTeX preamble. -#latex_preamble = '' +latex_elements = { + 'fontpkg': '\\usepackage{palatino}' +} # Documents to append as an appendix to all manuals. #latex_appendices = [] |