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]).