Skip to content

Commit

Permalink
Fix small rendering issue with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Nov 6, 2023
1 parent a29013a commit b99e050
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit b99e050

Please sign in to comment.