# HG changeset patch # User Franz Glasner # Date 1519860695 -3600 # Node ID ef15549b45e837fabbf6589180742fedfda394aa # Parent fba616d4d4eaa7e085fb2578839d64f3f398306c Change the LaTeX title and use the correct english quotation marks there diff -r fba616d4d4ea -r ef15549b45e8 doc/conf.py --- a/doc/conf.py Thu Mar 01 00:18:05 2018 +0100 +++ b/doc/conf.py Thu Mar 01 00:31:35 2018 +0100 @@ -138,7 +138,7 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'ConfigMix.tex', 'ConfigMix Documentation', + (master_doc, 'ConfigMix.tex', 'Documentation for the “configmix” Package', 'Franz Glasner', 'manual'), ] @@ -148,7 +148,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'configmix', 'ConfigMix Documentation', + (master_doc, 'configmix', 'Documentation for the "configmix" Package', [author], 1) ]