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'