From 03c58744225ef47175ec653072941ff0b2a4a716 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Fri, 7 Sep 2018 21:16:50 +0000 Subject: [PATCH] Use openstackdocstheme for documentation Let's be consistent with the rest of the oslo libraries and use the openstack docs theme for documentation. Change-Id: Ie496a5540e4ede74faba89b268d4ec00f8182add --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 88f00f1..3571b9f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,3 +46,5 @@ add_module_names = True # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' + +html_theme = 'openstackdocs'