Disable cycle banner

The project-team-guide is not a per-cycle document but currently
displays the top banner warning that it is not the version for the
currently supported release. This sets the openstackdocstheme option to
disable this behavior.

Change-Id: If8ba9748b07a20e07e2664f48ea452e595c82f3d
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2018-09-14 10:49:49 -05:00
parent b6c0925f1f
commit 138d536ab8
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 3 additions and 1 deletions

View File

@ -107,7 +107,9 @@ html_extra_path = ['_extra']
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}
html_theme_options = {
"display_badge": False,
}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []