Use palatino for the Sphinx docs.

This commit is contained in:
Georg Brandl 2008-09-24 16:18:45 +00:00
parent 5e13c56f96
commit 00de8e0d36
2 changed files with 3 additions and 8 deletions

View File

@ -129,11 +129,6 @@ The special document names (and pages generated for them) are:
documents or document-containing directories with such names. (Using ``_`` as
a prefix for a custom template directory is fine.)
.. toctree::
x
note [#]_.
.. rubric:: Footnotes
@ -147,5 +142,3 @@ note [#]_.
constructs ``*``, ``?``, ``[...]`` and ``[!...]`` with the feature that
these all don't match slashes. A double star ``**`` can be used to match
any sequence of characters *including* slashes.
.. [#] 3rd note.

View File

@ -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 = []