From: Tobias Bieniek Date: Wed, 3 Jul 2013 16:28:14 +0000 (+0200) Subject: doc: Fixed latex configuration X-Git-Tag: 1.0~137^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57faa3fc0bdba281c81916e35482bf0c9e0cfbd8;p=thirdparty%2Fbabel.git doc: Fixed latex configuration --- diff --git a/doc/conf.py b/doc/conf.py index c60ee8e8..5589bc63 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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.