diff --git a/docs/conf.py b/docs/conf.py index e9f56d86..704a8278 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,7 +72,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = 'en' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: @@ -122,12 +122,14 @@ # further. For a list of options available for each theme, see the # documentation. html_theme_options = { - "logo": "radish-bdd-logo.png", + "logo": "radish-bdd-logo-trans-bg.png", "logo_name": "radish", "github_user": "radish-bdd", "github_repo": "radish", "github_button": True, - "github_banner": True + # Broken until this is merged + # https://github.com/sphinx-doc/alabaster/pull/211 + "github_banner": False } # Add any paths that contain custom themes here, relative to this directory. @@ -142,7 +144,7 @@ # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = "_static/radish-bdd-logo-trans-bg.png" +#html_logo = "_static/radish-bdd-logo-trans-bg.png" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32