summaryrefslogtreecommitdiff
path: root/tests/root/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
commit529d3f5329b7fc8f374df8d6859cdfd402f966f3 (patch)
tree9a520d12dba85fe647d18ef35018ec6206c9c083 /tests/root/conf.py
parent87a4417791cd22148ea559363e01b31106b1b95f (diff)
downloadsphinx-git-529d3f5329b7fc8f374df8d6859cdfd402f966f3.tar.gz
#404: Make ``\and`` work properly in the author field of the ``latex_documents`` setting.
Diffstat (limited to 'tests/root/conf.py')
-rw-r--r--tests/root/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py
index 6657714d7..19c803c98 100644
--- a/tests/root/conf.py
+++ b/tests/root/conf.py
@@ -41,7 +41,7 @@ htmlhelp_basename = 'SphinxTestsdoc'
latex_documents = [
('contents', 'SphinxTests.tex', 'Sphinx Tests Documentation',
- 'Georg Brandl', 'manual'),
+ 'Georg Brandl \\and someone else', 'manual'),
]
latex_additional_files = ['svgimg.svg']