diff --git a/docs/conf.py b/docs/conf.py index 665a5fdf49052f2383d4df7a7212615dcd41c2ee..473d864b6f357a0b99566787a0b49aa76173106b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -111,12 +111,12 @@ html_theme = 'default' # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = "images/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 = None +html_favicon = "images/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,