diff --git a/docs/source/_static/logo/favicon.ico b/docs/source/_static/logo/favicon.ico new file mode 100644 index 00000000..e419ac2d Binary files /dev/null and b/docs/source/_static/logo/favicon.ico differ diff --git a/docs/source/_static/logo/horizontal_white_sidebar.png b/docs/source/_static/logo/horizontal_white_sidebar.png new file mode 100644 index 00000000..643930ef Binary files /dev/null and b/docs/source/_static/logo/horizontal_white_sidebar.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 0a70e12e..94df5e89 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -91,7 +91,7 @@ html_theme = 'sphinx_rtd_theme' # further. For a list of options available for each theme, see the # documentation. # -# html_theme_options = {} +html_theme_options = {"logo_only": 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, @@ -108,6 +108,8 @@ html_static_path = ['_static'] # # html_sidebars = {} +html_logo = "_static/logo/horizontal_white_sidebar.png" +html_favicon = "_static/logo/favicon.ico" # -- Options for HTMLHelp output ---------------------------------------------