From 64110403ff80dc41bcfac67c74622fccc776ffb6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 22 May 2010 14:18:53 +0200 Subject: 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 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' -- cgit v1.2.1