fuel-plugin-lma-infrastruct.../doc/source/conf.py
Simon Pasquier 0eaed8e0ca Bump plugin version to 0.9.0
Change-Id: I87b109ed1a84b3dfa4b57499603190b2745d19f7
2015-12-10 17:08:25 +01:00

34 lines
837 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 LMA Infrastructure Alerting plugin for Fuel'
copyright = u'2015, Mirantis Inc.'
version = '0.9'
release = '0.9.0'
exclude_patterns = []
pygments_style = 'sphinx'
html_theme = 'classic'
html_static_path = ['_static']
latex_documents = [
('index', 'LMAInfrastructureAlerting.tex',
u'The LMA Infrastructure Alerting 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}'}