Merge "Disable cycle banner"

This commit is contained in:
Zuul 2018-10-05 17:13:58 +00:00 committed by Gerrit Code Review
commit 84a935d2bc
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 = []