2015-11-23 21:01:40 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
#
|
2020-02-21 09:56:37 +00:00
|
|
|
# python-novaclient Release Notes documentation build configuration file
|
2015-11-23 21:01:40 +01:00
|
|
|
|
|
|
|
# -- General configuration ------------------------------------------------
|
|
|
|
|
|
|
|
# Add any Sphinx extension module names here, as strings. They can be
|
|
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
|
|
# ones.
|
|
|
|
extensions = [
|
|
|
|
'reno.sphinxext',
|
2017-06-27 05:31:57 +00:00
|
|
|
'openstackdocstheme',
|
2015-11-23 21:01:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
# The master toctree document.
|
|
|
|
master_doc = 'index'
|
|
|
|
|
|
|
|
|
|
|
|
# -- Options for HTML output ----------------------------------------------
|
|
|
|
|
|
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
|
|
|
# a list of builtin themes.
|
2017-06-27 05:31:57 +00:00
|
|
|
html_theme = 'openstackdocs'
|
2015-11-23 21:01:40 +01:00
|
|
|
|
2016-10-06 20:51:41 +02:00
|
|
|
|
|
|
|
# -- Options for Internationalization output ------------------------------
|
2020-02-21 09:56:37 +00:00
|
|
|
|
2016-10-06 20:51:41 +02:00
|
|
|
locale_dirs = ['locale/']
|