summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-22 14:15:39 +0200
committerGeorg Brandl <georg@python.org>2010-05-22 14:15:39 +0200
commit74eb52cdf3aaa5bff940dc0f775954c25dcf29ff (patch)
tree9a520d12dba85fe647d18ef35018ec6206c9c083 /doc/conf.py
parentf9d2da6df12b14058688833d0b0081a72158b6e5 (diff)
downloadsphinx-74eb52cdf3aaa5bff940dc0f775954c25dcf29ff.tar.gz
#404: Make ``\and`` work properly in the author field of the ``latex_documents`` setting.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 415b0c8d..70aaf5f4 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -65,7 +65,7 @@ htmlhelp_basename = 'Sphinxdoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
- 'Georg Brandl', 'manual', 1)]
+ 'Georg Brandl \\and Me Myself', 'manual', 1)]
# Add our logo to the LaTeX file.
latex_logo = '_static/sphinx.png'