Merge "[api-ref] Update configuration file"

This commit is contained in:
Jenkins 2016-09-19 16:39:09 +00:00 committed by Gerrit Code Review
commit 2468784fcb

View File

@ -29,8 +29,7 @@ import subprocess
import sys
import warnings
import openstackdocstheme # noqa
import os_api_ref # noqa
import openstackdocstheme
extensions = [
'os_api_ref',
@ -44,8 +43,6 @@ html_theme_options = {
}
html_context = {'bug_project': 'nova', 'bug_tag': 'api-ref'}
# End temporary block
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.