conf

Attributes

project

copyright

author

extensions

autoapi_dirs

templates_path

exclude_patterns

master_doc

html_theme

html_theme_options

html_static_path

Module Contents

conf.project = 'Breidablik'
conf.copyright = '2019, Ella Xi Wang'
conf.author = 'Ella Xi Wang'
conf.extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.napoleon', 'autoapi.extension',...
conf.autoapi_dirs = ['..']
conf.templates_path = ['_templates']
conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
conf.master_doc = 'index'
conf.html_theme = 'sphinx_rtd_theme'
conf.html_theme_options
conf.html_static_path = ['_static']