Skip to content

Commit 4c2449b

Browse files
authored
Fix footer items (#456)
# References and relevant issues Should be merged after napari/napari-sphinx-theme#168 comes out in a new napari-sphinx-theme release. # Description Fixes footer display for PyData Sphinx Theme >= 0.15.3
1 parent 26710aa commit 4c2449b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@
126126
# The analytics script that is served by Plausible
127127
"plausible_analytics_url": "https://plausible.io/js/plausible.js",
128128
},
129+
"footer_start": ["napari-footer-links"],
130+
"footer_end": ["napari-copyright"],
129131
}
130132

131133
html_context = {

0 commit comments

Comments
 (0)