[api-ref] Update configuration file

This patch updates the configuration file by removing the redundant
lines.

Change-Id: I2811af505f87a9f47e55410d8d0178414a44fe5f
This commit is contained in:
Ha Van Tu 2016-09-09 09:51:57 +07:00
parent 98161f0d4c
commit 174f5a0a21
1 changed files with 1 additions and 4 deletions

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.