From 0290b2836b8209f3989fb249078578932aaea606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sat, 10 Apr 2021 10:57:34 +0200 Subject: [PATCH] chg: [documentation] updated configuration for the documentation --- docs/conf.py | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 32381df..c87a749 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -182,37 +182,3 @@ latex_show_pagerefs = True ADDITIONAL_PREAMBLE = """ \setcounter{tocdepth}{3} """ - - -# -- Options for manual page output -------------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - ('index', 'stgan', u'Stéganô Documentation', - [u'Cédric Bonhomme'], 1) -] - -# If true, show URL addresses after external links. -#man_show_urls = False - - -# -- Options for Texinfo output ------------------------------------------------ - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - ('index', 'Stgan', u'Stegano Documentation', - u'Cédric Bonhomme', 'Stgan', 'One line description of project.', - 'Miscellaneous'), -] - -# Documents to append as an appendix to all manuals. -#texinfo_appendices = [] - -# If false, no module index is generated. -#texinfo_domain_indices = True - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -#texinfo_show_urls = 'footnote'