[api-ref] Remove temporary block in conf.py
os-api-ref 1.0 is released, remove temporary block from api-ref/source/conf.py. Change-Id: Ia6fa9ca467d2a24850ce3b9221bdd7f05ed94aa5
This commit is contained in:
parent
556084ebad
commit
bd31e7c566
@ -28,35 +28,17 @@ import subprocess
|
|||||||
import sys
|
import sys
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
# TODO(Graham Hayes): Remove the following block of code when os-api-ref is
|
extensions = [
|
||||||
# using openstackdocstheme
|
'os_api_ref',
|
||||||
|
]
|
||||||
|
|
||||||
import os_api_ref
|
import openstackdocstheme # noqa
|
||||||
|
|
||||||
if getattr(os_api_ref, 'THEME', 'olsosphinx') == 'openstackdocstheme':
|
html_theme = 'openstackdocs'
|
||||||
# We are on the new version with openstackdocstheme support
|
html_theme_path = [openstackdocstheme.get_html_theme_path()]
|
||||||
|
html_theme_options = {
|
||||||
extensions = [
|
"sidebar_mode": "toc",
|
||||||
'os_api_ref',
|
}
|
||||||
]
|
|
||||||
|
|
||||||
import openstackdocstheme # noqa
|
|
||||||
|
|
||||||
html_theme = 'openstackdocs'
|
|
||||||
html_theme_path = [openstackdocstheme.get_html_theme_path()]
|
|
||||||
html_theme_options = {
|
|
||||||
"sidebar_mode": "toc",
|
|
||||||
}
|
|
||||||
|
|
||||||
else:
|
|
||||||
# We are on the old version without openstackdocstheme support
|
|
||||||
|
|
||||||
extensions = [
|
|
||||||
'os_api_ref',
|
|
||||||
'oslosphinx',
|
|
||||||
]
|
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user