# -*- coding: utf-8 -*-1#2# BetterCAP documentation build configuration file, created by3# sphinx-quickstart on Thu Mar 17 16:23:04 2016.4#5# This file is execfile()d with the current directory set to its6# containing dir.7#8# Note that not all possible configuration values are present in this9# autogenerated file.10#11# All configuration values have a default; values that are commented out12# serve to show the default.1314import sys15import os16import sphinx_rtd_theme17from recommonmark.parser import CommonMarkParser1819# If extensions (or modules to document with autodoc) are in another directory,20# add these directories to sys.path here. If the directory is relative to the21# documentation root, use os.path.abspath to make it absolute, like shown here.22#sys.path.insert(0, os.path.abspath('.'))2324# -- General configuration ------------------------------------------------2526# If your documentation needs a minimal Sphinx version, state it here.27#needs_sphinx = '1.0'2829# Add any Sphinx extension module names here, as strings. They can be30# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom31# ones.32extensions = []3334# Add any paths that contain templates here, relative to this directory.35templates_path = ['_templates']3637# The suffix of source filenames.38source_parsers = {39'.md': CommonMarkParser,40}4142source_suffix = [ '.md', '.rst' ]4344# The encoding of source files. nj45#source_encoding = 'utf-8-sig'4647# The master toctree document.48master_doc = 'index'4950# General information about the project.51project = u'BetterCAP'52copyright = u'2016, Simone \'evilsocket\' Margaritelli'5354# The version info for the project you're documenting, acts as replacement for55# |version| and |release|, also used in various other places throughout the56# built documents.57#58# The short X.Y version.59version = 'stable'60# The full version, including alpha/beta/rc tags.61release = 'stable'6263# The language for content autogenerated by Sphinx. Refer to documentation64# for a list of supported languages.65#language = None6667# There are two options for replacing |today|: either, you set today to some68# non-false value, then it is used:69#today = ''70# Else, today_fmt is used as the format for a strftime call.71#today_fmt = '%B %d, %Y'7273# List of patterns, relative to source directory, that match files and74# directories to ignore when looking for source files.75exclude_patterns = ['_build']7677# The reST default role (used for this markup: `text`) to use for all78# documents.79#default_role = None8081# If true, '()' will be appended to :func: etc. cross-reference text.82#add_function_parentheses = True8384# If true, the current module name will be prepended to all description85# unit titles (such as .. function::).86#add_module_names = True8788# If true, sectionauthor and moduleauthor directives will be shown in the89# output. They are ignored by default.90#show_authors = False9192# The name of the Pygments (syntax highlighting) style to use.93pygments_style = 'sphinx'9495# A list of ignored prefixes for module index sorting.96#modindex_common_prefix = []9798# If true, keep warnings as "system message" paragraphs in the built documents.99#keep_warnings = False100101102# -- Options for HTML output ----------------------------------------------103104# The theme to use for HTML and HTML Help pages. See the documentation for105# a list of builtin themes.106html_theme = "sphinx_rtd_theme"107html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]108# Theme options are theme-specific and customize the look and feel of a theme109# further. For a list of options available for each theme, see the110# documentation.111html_theme_options = {112'logo_only': True113}114115html_logo = "logo.png"116html_favicon = "favicon.png"117118# Add any paths that contain custom themes here, relative to this directory.119#html_theme_path = []120121# The name for this set of Sphinx documents. If None, it defaults to122# "<project> v<release> documentation".123#html_title = None124125# A shorter title for the navigation bar. Default is the same as html_title.126#html_short_title = None127128# The name of an image file (relative to this directory) to place at the top129# of the sidebar.130#html_logo = None131132# The name of an image file (within the static path) to use as favicon of the133# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32134# pixels large.135#html_favicon = None136137# Add any paths that contain custom static files (such as style sheets) here,138# relative to this directory. They are copied after the builtin static files,139# so a file named "default.css" will overwrite the builtin "default.css".140html_static_path = ['_static']141142# Add any extra paths that contain custom files (such as robots.txt or143# .htaccess) here, relative to this directory. These files are copied144# directly to the root of the documentation.145#html_extra_path = []146147# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,148# using the given strftime format.149#html_last_updated_fmt = '%b %d, %Y'150151# If true, SmartyPants will be used to convert quotes and dashes to152# typographically correct entities.153#html_use_smartypants = True154155# Custom sidebar templates, maps document names to template names.156#html_sidebars = {}157158# Additional templates that should be rendered to pages, maps page names to159# template names.160#html_additional_pages = {}161162# If false, no module index is generated.163#html_domain_indices = True164165# If false, no index is generated.166#html_use_index = True167168# If true, the index is split into individual pages for each letter.169#html_split_index = False170171# If true, links to the reST sources are added to the pages.172html_show_sourcelink = False173174# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.175html_show_sphinx = False176177# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.178#html_show_copyright = True179180# If true, an OpenSearch description file will be output, and all pages will181# contain a <link> tag referring to it. The value of this option must be the182# base URL from which the finished HTML is served.183#html_use_opensearch = ''184185# This is the file name suffix for HTML files (e.g. ".xhtml").186#html_file_suffix = None187188# Output file base name for HTML help builder.189htmlhelp_basename = 'BetterCAPdoc'190191192# -- Options for LaTeX output ---------------------------------------------193194latex_elements = {195# The paper size ('letterpaper' or 'a4paper').196#'papersize': 'letterpaper',197198# The font size ('10pt', '11pt' or '12pt').199#'pointsize': '10pt',200201# Additional stuff for the LaTeX preamble.202#'preamble': '',203}204205# Grouping the document tree into LaTeX files. List of tuples206# (source start file, target name, title,207# author, documentclass [howto, manual, or own class]).208latex_documents = [209('index', 'BetterCAP.tex', u'BetterCAP Documentation',210u'Simone \'evilsocket\' Margaritelli', 'manual'),211]212213# The name of an image file (relative to this directory) to place at the top of214# the title page.215#latex_logo = None216217# For "manual" documents, if this is true, then toplevel headings are parts,218# not chapters.219#latex_use_parts = False220221# If true, show page references after internal links.222#latex_show_pagerefs = False223224# If true, show URL addresses after external links.225#latex_show_urls = False226227# Documents to append as an appendix to all manuals.228#latex_appendices = []229230# If false, no module index is generated.231#latex_domain_indices = True232233234# -- Options for manual page output ---------------------------------------235236# One entry per manual page. List of tuples237# (source start file, name, description, authors, manual section).238man_pages = [239('index', 'bettercap', u'BetterCAP Documentation',240[u'Simone \'evilsocket\' Margaritelli'], 1)241]242243# If true, show URL addresses after external links.244#man_show_urls = False245246247# -- Options for Texinfo output -------------------------------------------248249# Grouping the document tree into Texinfo files. List of tuples250# (source start file, target name, title, author,251# dir menu entry, description, category)252texinfo_documents = [253('index', 'BetterCAP', u'BetterCAP Documentation',254u'Simone \'evilsocket\' Margaritelli', 'BetterCAP', 'One line description of project.',255'Miscellaneous'),256]257258# Documents to append as an appendix to all manuals.259#texinfo_appendices = []260261# If false, no module index is generated.262#texinfo_domain_indices = True263264# How to display URL addresses: 'footnote', 'no', or 'inline'.265#texinfo_show_urls = 'footnote'266267# If true, do not generate a @detailmenu in the "Top" node's menu.268#texinfo_no_detailmenu = False269270271