From 7a51d018046c13ced068199c04c9759bed987134 Mon Sep 17 00:00:00 2001 From: eecavanna Date: Fri, 13 Dec 2024 00:22:34 -0800 Subject: [PATCH] Update favicon paths to match reality --- content/nmdc/src/conf.py | 2 +- legacy/nmdc-documentation/src/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/nmdc/src/conf.py b/content/nmdc/src/conf.py index 5729545..ae25f02 100644 --- a/content/nmdc/src/conf.py +++ b/content/nmdc/src/conf.py @@ -70,7 +70,7 @@ # Register a custom favicon for the website. # Reference: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_favicon -html_favicon = "_static/images/favicon.ico" +html_favicon = "_static/favicon.ico" # Register a custom JavaScript script for the website to load. # Reference: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_js_files diff --git a/legacy/nmdc-documentation/src/conf.py b/legacy/nmdc-documentation/src/conf.py index 2e9c00d..9074d48 100644 --- a/legacy/nmdc-documentation/src/conf.py +++ b/legacy/nmdc-documentation/src/conf.py @@ -69,7 +69,7 @@ html_logo = "_static/images/nmdc-logo-bg-white.png" # Reference: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_favicon -html_favicon = "_static/images/favicon.ico" +html_favicon = "_static/favicon.ico" # Register a custom JavaScript script for the website to load. # Reference: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_js_files