import sys import os author = u'David Wilson' copyright = u'2016, David Wilson' exclude_patterns = ['_build'] extensions = ['sphinx.ext.autodoc'] html_show_sourcelink = False html_show_sphinx = False html_sidebars = {'**': ['globaltoc.html']} html_static_path = ['_static'] html_theme = 'alabaster' htmlhelp_basename = 'econtextdoc' language = None master_doc = 'index' project = u'econtext' pygments_style = 'sphinx' release = u'master' source_suffix = '.rst' templates_path = ['_templates'] todo_include_todos = False version = u'master'