summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-09-24 16:18:45 +0000
committergeorg.brandl <devnull@localhost>2008-09-24 16:18:45 +0000
commit69935597a719141b9248f90e32a6623b94fb68ba (patch)
treeff576f38516842caec02834041a90000db5f266d /doc
parent34f17867ab9d96faa5a447d448fc00aac93c72f0 (diff)
downloadsphinx-69935597a719141b9248f90e32a6623b94fb68ba.tar.gz
Use palatino for the Sphinx docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/concepts.rst7
-rw-r--r--doc/conf.py4
2 files changed, 3 insertions, 8 deletions
diff --git a/doc/concepts.rst b/doc/concepts.rst
index 6e1b4557..ca7aaf7c 100644
--- a/doc/concepts.rst
+++ b/doc/concepts.rst
@@ -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.
diff --git a/doc/conf.py b/doc/conf.py
index 885ba8cf..ca30ad91 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 = []