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
This commit is contained in:
Yumeng Bao 2018-08-11 12:27:25 +08:00
parent b727c1670a
commit 1d1f937c78
1 changed files with 5 additions and 0 deletions

View File

@ -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
# "<project> v<release> 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]).