From: Laura Ekstrand Date: Mon, 11 Jun 2018 22:42:39 +0000 (-0700) Subject: docs: Add the favicon to the new page. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8342fe8302a4462266b1097df0c9823bb166dc41;p=mesa.git docs: Add the favicon to the new page. Reviewed-by: Eric Engestrom Part-of: --- 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.