Skip to content

Commit

Permalink
Adding logo to sphinx docs (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumare3 authored Oct 15, 2020
1 parent f9e6389 commit 6d36da1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rsts/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added rsts/flyte_lockup_on_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d36da1

Please sign in to comment.