From 803776bab4e43d194341172c8a5da8cf8868d14d Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Sat, 2 Dec 2017 13:48:09 -0500 Subject: [PATCH] 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 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 74360bc1..dc589b68 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 # " v documentation".