diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 0a72bb069ede..09d8c4a6da2d 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -169,8 +169,6 @@

We're updating the default styles for Matplotlib 2.0

{% block relbar1 %} - - diff --git a/doc/conf.py b/doc/conf.py index ed1f2fd4d413..592b349ca104 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -213,6 +213,8 @@ # Output file base name for HTML help builder. htmlhelp_basename = 'Matplotlibdoc' +# Path to favicon +html_favicon = '_static/favicon.ico' # Options for LaTeX output # ------------------------