comparison 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
comparison
equal deleted inserted replaced
65:ef15549b45e8 66:e78f307f81a0
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', 'Documentation for the “configmix” Package', 141 (master_doc, 'ConfigMix.tex', 'Documentation for the “configmix” Package',
142 'Franz Glasner', 'manual'), 142 'Franz Glasner', 'manual', True),
143 ] 143 ]
144 144
145 145
146 # -- Options for manual page output ------------------------------------------ 146 # -- Options for manual page output ------------------------------------------
147 147