From fdab7e7ac59a8b3e6569c263429dc8468643e763 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:19:58 +0100 Subject: [PATCH] Adopt favicon (#1304) --- Documentation/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/conf.py b/Documentation/conf.py index f8102018e..9b6c6e166 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -61,6 +61,8 @@ # Use Econ-ARK URL to host the website html_baseurl = "https://docs.econ-ark.org" +html_favicon = "images/econ-ark-logo.png" + # sphinx.ext.intersphinx configuration intersphinx_mapping = { "python": ("https://docs.python.org/3/", None),