From 4c2449b5484d561b8ff3f68938f8f3d11bcc009b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Thu, 18 Jul 2024 21:50:55 -0300 Subject: [PATCH] Fix footer items (#456) # References and relevant issues Should be merged after https://github.com/napari/napari-sphinx-theme/pull/168 comes out in a new napari-sphinx-theme release. # Description Fixes footer display for PyData Sphinx Theme >= 0.15.3 --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index c14cd43d..a0da5f0f 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 = {