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 | 74eb52cdf3aaa5bff940dc0f775954c25dcf29ff (patch) | |
| tree | 9a520d12dba85fe647d18ef35018ec6206c9c083 /tests/root | |
| parent | f9d2da6df12b14058688833d0b0081a72158b6e5 (diff) | |
| download | sphinx-74eb52cdf3aaa5bff940dc0f775954c25dcf29ff.tar.gz | |
#404: Make ``\and`` work properly in the author field of the ``latex_documents`` setting.
Diffstat (limited to 'tests/root')
| -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 6657714d..19c803c9 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'] |
