mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use palatino for the Sphinx docs.
This commit is contained in:
parent
5e13c56f96
commit
00de8e0d36
@ -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.
|
||||
|
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user