Merge "[api-ref] Update configuration file"
This commit is contained in:
commit
2468784fcb
@ -29,8 +29,7 @@ import subprocess
|
|||||||
import sys
|
import sys
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
import openstackdocstheme # noqa
|
import openstackdocstheme
|
||||||
import os_api_ref # noqa
|
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
'os_api_ref',
|
'os_api_ref',
|
||||||
@ -44,8 +43,6 @@ html_theme_options = {
|
|||||||
}
|
}
|
||||||
html_context = {'bug_project': 'nova', 'bug_tag': 'api-ref'}
|
html_context = {'bug_project': 'nova', 'bug_tag': 'api-ref'}
|
||||||
|
|
||||||
# End temporary block
|
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# 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
|
# 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.
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||||
|
Loading…
Reference in New Issue
Block a user