diff --git a/doc/conf.py b/doc/conf.py index e178e42..159da02 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -134,17 +134,17 @@ # 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, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +#html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/doc/img/favicon.ico b/doc/img/favicon.ico new file mode 100644 index 0000000..4cc3264 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 0000000..b9dd573 Binary files /dev/null and b/doc/img/logo.png differ