]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
doc: Fixed latex configuration
authorTobias Bieniek <Tobias.Bieniek@gmx.de>
Wed, 3 Jul 2013 16:28:14 +0000 (18:28 +0200)
committerTobias Bieniek <Tobias.Bieniek@gmx.de>
Wed, 3 Jul 2013 16:28:14 +0000 (18:28 +0200)
doc/conf.py

index c60ee8e8dd781861269aac1629d2c15b932c6336..5589bc6314f1757d72986103863ac8e4a9c0a17f 100644 (file)
@@ -188,13 +188,13 @@ latex_elements = {
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
-  ('index_', 'Babel.tex', u'Babel Documentation',
+  ('index', 'Babel.tex', u'Babel Documentation',
    u'Edgewall Software', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
 # the title page.
-#latex_logo = None
+latex_logo = '_static/logo.png'
 
 # For "manual" documents, if this is true, then toplevel headings are parts,
 # not chapters.