mitogen/docs/conf.py

23 lines
541 B
Python
Raw Normal View History

2016-08-11 17:16:45 +00:00
import sys
import os
author = u'David Wilson'
2016-08-12 17:45:26 +00:00
copyright = u'2016, David Wilson'
2016-08-11 17:16:45 +00:00
exclude_patterns = ['_build']
2016-08-12 17:45:26 +00:00
extensions = ['sphinx.ext.autodoc']
html_show_sourcelink = False
html_show_sphinx = False
html_sidebars = {'**': ['globaltoc.html']}
2016-08-11 17:16:45 +00:00
html_static_path = ['_static']
2016-08-12 17:45:26 +00:00
html_theme = 'alabaster'
2016-08-11 17:16:45 +00:00
htmlhelp_basename = 'econtextdoc'
2016-08-12 17:45:26 +00:00
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'