conf
index
/Users/poorna/Developer/IOT/MapsWebApp/conf.py

# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
# This file does only contain a selection of the most common options. For a
# full list see the documentation:
http://www.sphinx-doc.org/en/master/config

 
Modules
       
os
sys

 
Data
        author = 'Poorna Jayasinghe'
copyright = '2018, Poorna Jayasinghe'
epub_exclude_files = ['search.html']
epub_title = 'MapsWeb'
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
extensions = ['sphinx.ext.autodoc']
html_static_path = ['_static']
html_theme = 'alabaster'
htmlhelp_basename = 'MapsWebdoc'
language = None
latex_documents = [('index', 'MapsWeb.tex', 'MapsWeb Documentation', 'Poorna Jayasinghe', 'manual')]
latex_elements = {}
man_pages = [('index', 'mapsweb', 'MapsWeb Documentation', ['Poorna Jayasinghe'], 1)]
master_doc = 'index'
project = 'MapsWeb'
pygments_style = None
release = '1'
source_suffix = '.rst'
templates_path = ['_templates']
texinfo_documents = [('index', 'MapsWeb', 'MapsWeb Documentation', 'Poorna Jayasinghe', 'MapsWeb', 'One line description of project.', 'Miscellaneous')]
version = ''