29 lines
761 B
Python
29 lines
761 B
Python
|
author = u'David Wilson'
|
||
|
copyright = u'2019, David Wilson'
|
||
|
exclude_patterns = ['_build']
|
||
|
html_additional_pages = {
|
||
|
'ansible': 'ansible.html',
|
||
|
'ansible_detailed': 'ansible_detailed.html',
|
||
|
'api': 'api.html',
|
||
|
'changelog': 'changelog.html',
|
||
|
'contributors': 'contributors.html',
|
||
|
'examples': 'examples.html',
|
||
|
'getting_started': 'getting_started.html',
|
||
|
'howitworks': 'howitworks.html',
|
||
|
'index': 'index.html',
|
||
|
'internals': 'internals.html',
|
||
|
'services': 'services.html',
|
||
|
'signals': 'signals.html',
|
||
|
'toc': 'toc.html',
|
||
|
}
|
||
|
|
||
|
html_theme = 'basic'
|
||
|
language = None
|
||
|
master_doc = 'placeholder'
|
||
|
project = u'Mitogen'
|
||
|
pygments_style = 'sphinx'
|
||
|
release = '0.0'
|
||
|
source_suffix = '.rst'
|
||
|
templates_path = ['_templates']
|
||
|
version = '0.0'
|