mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 00:58:32 +02:00
chg: [documentation] updated configuration for the documentation
This commit is contained in:
parent
183daf3155
commit
0290b2836b
1 changed files with 0 additions and 34 deletions
34
docs/conf.py
34
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'
|
||||
|
|
Loading…
Add table
Reference in a new issue