changeset 88:5d47693916ee

Change title of documentation
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 15 Mar 2018 15:08:15 +0100
parents 3b02c08e51df
children 35ce96a3150e
files doc/conf.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/conf.py	Thu Mar 15 01:27:57 2018 +0100
+++ b/doc/conf.py	Thu Mar 15 15:08:15 2018 +0100
@@ -158,7 +158,7 @@
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'ConfigMix.tex', 'Documentation for the “configmix” Package',
+    (master_doc, 'ConfigMix.tex', '“ConfigMix” Documentation',
      'Franz Glasner', 'manual', True),
 ]
 
@@ -171,7 +171,7 @@
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'configmix', 'Documentation for the "configmix" Package',
+    (master_doc, 'configmix', '"ConfigMix" Documentation',
      [author], 1)
 ]