Module Contents
-
conf.extensions = ['autoapi.extension']
-
conf.autoapi_dirs = ['..']
-
conf.templates_path = ['_templates']
-
conf.source_suffix = '.rst'
-
conf.master_doc = 'index'
-
conf.project = 'alsaaudio documentation'
-
conf.copyright = '2017, Lars Immisch & Casper Wilstrup'
-
conf.author = 'Lars Immisch & Casper Wilstrup'
-
conf.version
-
conf.release
-
conf.language = 'en'
-
conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
-
conf.pygments_style = 'sphinx'
-
conf.todo_include_todos = False
-
conf.html_theme = 'alabaster'
-
conf.html_static_path = ['_static']
-
conf.htmlhelp_basename = 'alsaaudiodocumentationdoc'
-
conf.latex_elements
-
conf.latex_documents = [()]
-
conf.man_pages = [()]
-
conf.texinfo_documents = [()]