Files
fuel-plugin-influxdb-grafana/doc/source/conf.py
Simon Pasquier 1dd41a4fab Add documentation placeholder
Change-Id: I278150b3620c4e483d27d517918d025967ff7ed4
2015-09-18 17:39:28 +02:00

28 lines
534 B
Python

# Always use the default theme for Readthedocs
RTD_NEW_THEME = True
extensions = []
templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
project = u'The InfluxDB-Grafana plugin for Fuel'
copyright = u'2015, Mirantis Inc.'
version = '0.8'
release = '0.8.0'
exclude_patterns = []
pygments_style = 'sphinx'
html_theme = 'classic'
html_static_path = ['_static']
latex_documents = [
('index', 'InfluxDBGrafana.tex', u'The InfluxDB-Grafana plugin for Fuel Documentation',
u'Mirantis Inc.', 'manual'),
]