From c11db2ca958b5645d9c92a226adad6d29e37d9bd Mon Sep 17 00:00:00 2001 From: rwerquin Date: Fri, 19 Dec 2014 14:17:49 +0100 Subject: [PATCH] update conf doc --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a2a60f22b..815fdff08 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ source_suffix = '.rst' #source_encoding = 'utf-8-sig' # The master toctree document. -master_doc = 'index' +master_doc = 'user_guide' # General information about the project. project = u'Centreon' @@ -197,7 +197,7 @@ 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', 'Centreon.tex', u'Centreon Documentation', + ('index', 'Centreon.tex', u'Centreon Plugins Documentation', u'Merethis', 'manual'), ]