# HG changeset patch # User Franz Glasner # Date 1519899767 -3600 # Node ID e78f307f81a03d234b09d1979bfcaa5d6fd9f1cf # Parent ef15549b45e837fabbf6589180742fedfda394aa For LaTeX: include documents within the toctree only diff -r ef15549b45e8 -r e78f307f81a0 doc/conf.py --- 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), ] diff -r ef15549b45e8 -r e78f307f81a0 doc/index.rst --- 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