diff options
| author | Georg Brandl <georg@python.org> | 2010-05-22 14:18:53 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-05-22 14:18:53 +0200 |
| commit | 64110403ff80dc41bcfac67c74622fccc776ffb6 (patch) | |
| tree | 4f56fc7bd67effb22261322cc5c3120a03170722 /doc | |
| parent | 74eb52cdf3aaa5bff940dc0f775954c25dcf29ff (diff) | |
| download | sphinx-64110403ff80dc41bcfac67c74622fccc776ffb6.tar.gz | |
Remove debugging leftover.
Diffstat (limited to 'doc')
| -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 70aaf5f4..415b0c8d 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 \\and Me Myself', 'manual', 1)] + 'Georg Brandl', 'manual', 1)] # Add our logo to the LaTeX file. latex_logo = '_static/sphinx.png' |
