diff options
author | Georg Brandl <georg@python.org> | 2010-05-22 14:15:39 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-05-22 14:15:39 +0200 |
commit | 529d3f5329b7fc8f374df8d6859cdfd402f966f3 (patch) | |
tree | 9a520d12dba85fe647d18ef35018ec6206c9c083 /tests/root/conf.py | |
parent | 87a4417791cd22148ea559363e01b31106b1b95f (diff) | |
download | sphinx-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.py | 2 |
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'] |