Merge "Move openstackdocstheme to extensions in api-ref"

This commit is contained in:
Zuul 2018-05-08 10:42:14 +00:00 committed by Gerrit Code Review
commit 714ad91005

View File

@ -26,16 +26,14 @@ import os
import subprocess
import sys
import openstackdocstheme
html_theme = 'openstackdocs'
html_theme_path = [openstackdocstheme.get_html_theme_path()]
html_theme_options = {
"sidebar_mode": "toc",
}
extensions = [
'os_api_ref',
'openstackdocstheme',
]
# If extensions (or modules to document with autodoc) are in another directory,