Mercurial > hgrepos > Python > libs > ConfigMix
changeset 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 |
| files | doc/conf.py doc/index.rst |
| diffstat | 2 files changed, 3 insertions(+), 5 deletions(-) [+] |
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), ]
--- a/doc/index.rst Thu Mar 01 00:31:35 2018 +0100 +++ b/doc/index.rst Thu Mar 01 11:22:47 2018 +0100 @@ -9,10 +9,8 @@ ConfigMix =========== -.. only:: builder_html - - This is the documentation of the :mod:`configmix` package, a - library for helping with configuration files. +This is the documentation of the :mod:`configmix` package, a +library for helping with configuration files. .. toctree:: :maxdepth: 3
