From 8342fe8302a4462266b1097df0c9823bb166dc41 Mon Sep 17 00:00:00 2001 From: Laura Ekstrand Date: Mon, 11 Jun 2018 15:42:39 -0700 Subject: [PATCH] docs: Add the favicon to the new page. Reviewed-by: Eric Engestrom Part-of: --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 3ca6352ee91..26beed37168 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -95,6 +95,8 @@ highlight_language = "none" # html_theme = 'sphinx_rtd_theme' +html_favicon = "favicon.ico" + # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation.