diff --git a/doc/conf.py b/doc/conf.py index d5db3ad7bb60f92b89786bcedc8c4351c0e5e58d..22958db4da9789a3eab05df5c2ec4a13255083fc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -133,12 +133,12 @@ if sphinx.__version__ >= "1.0": # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '' +html_logo = 'img/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 # pixels large. -html_favicon = '' +html_favicon = 'img/favicon.ico' # 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, diff --git a/doc/img/favicon.ico b/doc/img/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..4cc3264302627d40868261add69eb755856611b6 Binary files /dev/null and b/doc/img/favicon.ico differ diff --git a/doc/img/logo.png b/doc/img/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..b9dd573a01019afd1af58a881996930e5212699d Binary files /dev/null and b/doc/img/logo.png differ