Regenerate sample.config, included in the doc

The extension required to generate the file during the build has
been removed; restore it, otherwise the doc generation returns
a warning.

Change-Id: I77cd97fb15894ce48a898facbb9462b22531469d
This commit is contained in:
Luigi Toscano 2017-07-10 22:49:29 +02:00 committed by Vitaly Gridnev
parent 5221c00aca
commit 113c343b82
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage',
'sphinx.ext.viewcode', 'sphinxcontrib.httpdomain', 'openstackdocstheme']
'sphinx.ext.viewcode', 'sphinxcontrib.httpdomain', 'oslo_config.sphinxconfiggen',
'openstackdocstheme']
# openstackdocstheme options
repository_name = 'openstack/sahara'