diff --git a/doc/source/conf.py b/doc/source/conf.py index 43ff219..3cfd9b5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 = []