Mercurial > hgrepos > Python > libs > ConfigMix
comparison doc/conf.py @ 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 | 6c5e44dc74db |
| children | e78f307f81a0 |
comparison
equal
deleted
inserted
replaced
| 64:fba616d4d4ea | 65:ef15549b45e8 |
|---|---|
| 136 | 136 |
| 137 # Grouping the document tree into LaTeX files. List of tuples | 137 # Grouping the document tree into LaTeX files. List of tuples |
| 138 # (source start file, target name, title, | 138 # (source start file, target name, title, |
| 139 # author, documentclass [howto, manual, or own class]). | 139 # author, documentclass [howto, manual, or own class]). |
| 140 latex_documents = [ | 140 latex_documents = [ |
| 141 (master_doc, 'ConfigMix.tex', 'ConfigMix Documentation', | 141 (master_doc, 'ConfigMix.tex', 'Documentation for the “configmix” Package', |
| 142 'Franz Glasner', 'manual'), | 142 'Franz Glasner', 'manual'), |
| 143 ] | 143 ] |
| 144 | 144 |
| 145 | 145 |
| 146 # -- Options for manual page output ------------------------------------------ | 146 # -- Options for manual page output ------------------------------------------ |
| 147 | 147 |
| 148 # One entry per manual page. List of tuples | 148 # One entry per manual page. List of tuples |
| 149 # (source start file, name, description, authors, manual section). | 149 # (source start file, name, description, authors, manual section). |
| 150 man_pages = [ | 150 man_pages = [ |
| 151 (master_doc, 'configmix', 'ConfigMix Documentation', | 151 (master_doc, 'configmix', 'Documentation for the "configmix" Package', |
| 152 [author], 1) | 152 [author], 1) |
| 153 ] | 153 ] |
| 154 | 154 |
| 155 | 155 |
| 156 # -- Options for Texinfo output ---------------------------------------------- | 156 # -- Options for Texinfo output ---------------------------------------------- |
