chg: [documentation] updated configuration for the documentation

This commit is contained in:
Cédric Bonhomme 2021-04-10 10:57:34 +02:00
parent 183daf3155
commit 0290b2836b
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -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'