From 91ceadb9e58bcda4ebf8631a332d5a212273fcbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Mon, 15 Jul 2024 15:16:02 -0300 Subject: [PATCH] Fix footer items --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index c14cd43dc..a0da5f0f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -126,6 +126,8 @@ # The analytics script that is served by Plausible "plausible_analytics_url": "https://plausible.io/js/plausible.js", }, + "footer_start": ["napari-footer-links"], + "footer_end": ["napari-copyright"], } html_context = {