diff --git a/rsts/conf.py b/rsts/conf.py index d3ebc0e9f4..7ed24e7efe 100644 --- a/rsts/conf.py +++ b/rsts/conf.py @@ -93,6 +93,12 @@ # a list of builtin themes. # html_theme = 'sphinx_rtd_theme' +html_static_path = ['_static'] +html_logo = "flyte_lockup_on_dark.png" +html_theme_options = { + 'logo_only': True, + 'display_version': False, +} # 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 diff --git a/rsts/flyte_lockup_on_dark.png b/rsts/flyte_lockup_on_dark.png new file mode 100644 index 0000000000..c6facc4ea4 Binary files /dev/null and b/rsts/flyte_lockup_on_dark.png differ