diff --git a/docs/conf.py b/docs/conf.py index f4e3e7369..94b52b729 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -144,7 +144,7 @@ spelling_word_list_filename='spelling_wordlist.txt' # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = 'logo.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 diff --git a/docs/logo.png b/docs/logo.png new file mode 100644 index 000000000..21b892749 Binary files /dev/null and b/docs/logo.png differ