Mercurial > hgrepos > Python > libs > ConfigMix
diff doc/conf.py @ 66:e78f307f81a0
For LaTeX: include documents within the toctree only
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 01 Mar 2018 11:22:47 +0100 |
| parents | ef15549b45e8 |
| children | 9d0d9446de08 |
line wrap: on
line diff
--- a/doc/conf.py Thu Mar 01 00:31:35 2018 +0100 +++ b/doc/conf.py Thu Mar 01 11:22:47 2018 +0100 @@ -139,7 +139,7 @@ # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'ConfigMix.tex', 'Documentation for the “configmix” Package', - 'Franz Glasner', 'manual'), + 'Franz Glasner', 'manual', True), ]
