diff --git a/source/_static/logo.png b/source/_static/logo.png new file mode 100644 index 0000000..06a4603 Binary files /dev/null and b/source/_static/logo.png differ diff --git a/source/conf.py b/source/conf.py index 2390916..bc14444 100644 --- a/source/conf.py +++ b/source/conf.py @@ -29,7 +29,7 @@ # Added theme configuration. See: https://pydata-sphinx-theme.readthedocs.io/ -# html_logo = "_static/logo.png" +html_logo = "_static/logo.png" html_theme_options = { "use_edit_page_button": True,