You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/docs/conf.py

23 lines
541 B
Python

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'