diff --git a/docs/conf.py b/docs/conf.py index abc387e6..18138749 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -186,12 +186,12 @@ # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = 'logo_conkit.svg' +html_logo = '_static/logo_conkit.svg' # The name of an image file (relative to this directory) to use as a favicon of # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -html_favicon = 'favicon.ico' +html_favicon = '_static/favicon.ico' # The style sheet to use for HTML and HTML Help pages. A file of that name # must exist either in Sphinx' static/ path, or in one of the custom paths