Skip to content

Commit

Permalink
Added the logo image and changed the logo settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
SangrokKang committed Aug 5, 2020
1 parent 1e61fa3 commit 00124e5
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 1 deletion.
73 changes: 73 additions & 0 deletions docs/_static/image/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"

html_logo = '_static/image/logo.svg'
html_theme_options = {
'logo_only': True,
'display_version': False,
'sticky_navigation': True,
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down

0 comments on commit 00124e5

Please sign in to comment.