Un-comment get_html_theme_path()

One of the changes in https://review.openstack.org/#/c/523233/ was
commented out by mistake.  This patch corrects that.

Closes-bug: #1735935
Change-Id: I30bb1403ad4300909ef314f3b9402fc360c30ec6
This commit is contained in:
Brian Rosmaita 2017-12-02 13:48:09 -05:00
parent daaba42170
commit 803776bab4
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ html_theme = 'openstackdocs'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = [openstackdocstheme.get_html_theme_path()]
html_theme_path = [openstackdocstheme.get_html_theme_path()]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".