From 0d4bc53e9e2fdcd10586c0cab6851b1626688a7e Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 22 May 2010 14:18:53 +0200 Subject: [PATCH] Remove debugging leftover. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 70aaf5f4e..415b0c8dd 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'