RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
conf Namespace Reference

Variables

list extensions = ['sphinx.ext.githubpages', 'sphinx-pyexec']
list templates_path = ['_templates']
str source_suffix = '.rst'
str master_doc = 'index'
str project = 'RawSpeed'
str copyright = '2009-2016 Klaus Post, 2016-2019 Roman Lebedev'
str author = '(c) Authors'
str version = ''
str release = ''
 language = None
list exclude_patterns = []
str pygments_style = 'sphinx'
bool todo_include_todos = False
str html_theme = 'sphinx_rtd_theme'
list html_static_path = ['_static']

Variable Documentation

◆ author

str conf.author = '(c) Authors'

Definition at line 50 of file conf.py.

◆ copyright

str conf.copyright = '2009-2016 Klaus Post, 2016-2019 Roman Lebedev'

Definition at line 49 of file conf.py.

◆ exclude_patterns

list conf.exclude_patterns = []

Definition at line 71 of file conf.py.

◆ extensions

list conf.extensions = ['sphinx.ext.githubpages', 'sphinx-pyexec']

Definition at line 33 of file conf.py.

◆ html_static_path

list conf.html_static_path = ['_static']

Definition at line 96 of file conf.py.

◆ html_theme

str conf.html_theme = 'sphinx_rtd_theme'

Definition at line 85 of file conf.py.

◆ language

conf.language = None

Definition at line 66 of file conf.py.

◆ master_doc

str conf.master_doc = 'index'

Definition at line 45 of file conf.py.

◆ project

str conf.project = 'RawSpeed'

Definition at line 48 of file conf.py.

◆ pygments_style

str conf.pygments_style = 'sphinx'

Definition at line 74 of file conf.py.

◆ release

str conf.release = ''

Definition at line 59 of file conf.py.

◆ source_suffix

str conf.source_suffix = '.rst'

Definition at line 42 of file conf.py.

◆ templates_path

list conf.templates_path = ['_templates']

Definition at line 36 of file conf.py.

◆ todo_include_todos

bool conf.todo_include_todos = False

Definition at line 77 of file conf.py.

◆ version

str conf.version = ''

Definition at line 57 of file conf.py.