diff --git a/docs/source/conf.py b/docs/source/conf.py index ed43dbd0..98541b08 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -68,8 +68,8 @@ source_suffix = ['.rst', '.md'] # The theme to use for HTML and HTML Help pages. html_theme = 'alabaster' -html_logo = '_static/images/logo/favicon.ico' -html_favicon = '_static/images/logo/logo.png' +html_logo = '_static/images/logo/logo.png' +html_favicon = '_static/images/logo/favicon.ico' # Paths that contain custom static files (such as style sheets) html_static_path = ['_static']