import os

extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo']
autoclass_content = 'both'
source_suffix = '.rst'
master_doc = 'index'
project = u'qiprofile'
copyright = u'2014, OHSU Knight Cancer Institute. This software is not intended for clinical use'
pygments_style = 'sphinx'
htmlhelp_basename = 'qiprofiledoc'
html_title = 'qiprofile'
