From 8299732af09e8fc4aae8b3861d6a4464f52b6247 Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Mon, 22 Feb 2016 22:11:55 +0000 Subject: [PATCH] Correct link to favicon by using build in sphix support --- doc/_templates/layout.html | 2 -- doc/conf.py | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) 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 # ------------------------