From 1d1f937c780d9a7ed3d79449a4f06de492bc7600 Mon Sep 17 00:00:00 2001 From: Yumeng Bao Date: Sat, 11 Aug 2018 12:27:25 +0800 Subject: [PATCH] Update html_theme so cyborg doc page displays in standard page theme Current cyborg doc page[1] does not displays as other project does [1] https://docs.openstack.org/cyborg/latest/ Change-Id: I5f3b43e2bb088672840be353441c5300dd45e2ec --- doc/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 68f41252..9f0bfa4b 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -82,6 +82,11 @@ html_static_path = ['_static'] # Output file base name for HTML help builder. htmlhelp_basename = '%sdoc' % project +# The name for this set of Sphinx documents. If None, it defaults to +# " v documentation". +html_title = 'Cyborg' +html_theme = 'openstackdocs' + # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass # [howto/manual]).