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:
parent
b727c1670a
commit
1d1f937c78
@ -82,6 +82,11 @@ html_static_path = ['_static']
|
|||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = '%sdoc' % project
|
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
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
# (source start file, target name, title, author, documentclass
|
# (source start file, target name, title, author, documentclass
|
||||||
# [howto/manual]).
|
# [howto/manual]).
|
||||||
|
Loading…
Reference in New Issue
Block a user