Add api-ref dropdown

Change-Id: I1119ad8895d6f3985a6c023d6bd2be8405f1927c
This commit is contained in:
Graham Hayes 2016-08-25 12:40:26 +01:00
parent 86fcdd48e8
commit 4320baf249
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ if getattr(os_api_ref, 'THEME', 'olsosphinx') == 'openstackdocstheme':
html_theme_path = [openstackdocstheme.get_html_theme_path()]
html_theme_options = {
"sidebar_mode": "toc",
"sidebar_dropdown": "api_ref",
}
else: