From acf3842e0250a878a8ac70fce8c63d6502f21e2e Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Thu, 18 May 2017 22:39:43 +0200 Subject: [PATCH] docs: create appendices in the book --- docs/book.rst | 5 +---- docs/conf.py | 7 ++++++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/book.rst b/docs/book.rst index 679a05223..a1a1b9fee 100644 --- a/docs/book.rst +++ b/docs/book.rst @@ -4,6 +4,7 @@ Borg documentation ================== .. when you add an element here, do not forget to add it to index.rst +.. Note: Some things are in appendices (see latex_appendices in conf.py) .. toctree:: :maxdepth: 2 @@ -14,9 +15,5 @@ Borg documentation usage deployment faq - support - resources - changes internals development - authors diff --git a/docs/conf.py b/docs/conf.py index dc40f2a0c..4f935a268 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -224,7 +224,12 @@ #latex_preamble = '' # Documents to append as an appendix to all manuals. -#latex_appendices = [] +latex_appendices = [ + 'support', + 'resources', + 'changes', + 'authors', +] # If false, no module index is generated. #latex_domain_indices = True