[api-ref] Remove temporary block in conf.py
The os-api-ref 1.0.0 is out. We can remove the support to older version now.
Reference:
6d41feb58d
Change-Id: I1946a4c3cf51001b3c759008ce9c7da2ab646ee4
This commit is contained in:
parent
1a55d87b37
commit
f31a6e2b7a
@ -28,19 +28,7 @@ import os
|
|||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
# TODO(Graham Hayes): Remove the following block of code when os-api-ref is
|
import openstackdocstheme
|
||||||
# using openstackdocstheme
|
|
||||||
|
|
||||||
import os_api_ref
|
|
||||||
|
|
||||||
if getattr(os_api_ref, 'THEME', 'olsosphinx') == 'openstackdocstheme':
|
|
||||||
# We are on the new version with openstackdocstheme support
|
|
||||||
|
|
||||||
extensions = [
|
|
||||||
'os_api_ref',
|
|
||||||
]
|
|
||||||
|
|
||||||
import openstackdocstheme # noqa
|
|
||||||
|
|
||||||
html_theme = 'openstackdocs'
|
html_theme = 'openstackdocs'
|
||||||
html_theme_path = [openstackdocstheme.get_html_theme_path()]
|
html_theme_path = [openstackdocstheme.get_html_theme_path()]
|
||||||
@ -48,16 +36,10 @@ if getattr(os_api_ref, 'THEME', 'olsosphinx') == 'openstackdocstheme':
|
|||||||
"sidebar_mode": "toc",
|
"sidebar_mode": "toc",
|
||||||
}
|
}
|
||||||
|
|
||||||
else:
|
|
||||||
# We are on the old version without openstackdocstheme support
|
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
'os_api_ref',
|
'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
|
||||||
# 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