Mercurial > hgrepos > Python > libs > ConfigMix
changeset 65:ef15549b45e8
Change the LaTeX title and use the correct english quotation marks there
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Thu, 01 Mar 2018 00:31:35 +0100 |
| parents | fba616d4d4ea |
| children | e78f307f81a0 |
| files | doc/conf.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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) ]
