Remove debugging leftover.

This commit is contained in:
Georg Brandl 2010-05-22 14:18:53 +02:00
parent 529d3f5329
commit 0d4bc53e9e

View File

@ -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'