diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 415b0c8dd..70aaf5f4e 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' |