Edits the table of contents and overall structure of the StackLight InfluxDB-Grafana plugin for Fuel documentation. Change-Id: Icc9d73fca27513e8336cca1486bfc83634b5d116
30 lines
755 B
Python
30 lines
755 B
Python
extensions = []
|
|
templates_path = ['_templates']
|
|
|
|
source_suffix = '.rst'
|
|
|
|
master_doc = 'index'
|
|
|
|
project = u'The StackLight InfluxDB-Grafana plugin for Fuel'
|
|
copyright = u'2016, Mirantis Inc.'
|
|
|
|
version = '0.10'
|
|
release = '0.10.0'
|
|
|
|
exclude_patterns = []
|
|
|
|
pygments_style = 'sphinx'
|
|
|
|
html_theme = 'default'
|
|
html_static_path = ['_static']
|
|
|
|
latex_documents = [
|
|
('index', 'InfluxDBGrafana.tex', u'The StackLight InfluxDB-Grafana plugin for Fuel Documentation',
|
|
u'Mirantis Inc.', 'manual'),
|
|
]
|
|
|
|
# make latex stop printing blank pages between sections
|
|
# http://stackoverflow.com/questions/5422997/sphinx-docs-remove-blank-pages-from-generated-pdfs
|
|
latex_elements = {'classoptions': ',openany,oneside', 'babel':
|
|
'\\usepackage[english]{babel}'}
|