Skip to content

Commit

Permalink
Fix footer items (#456)
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
melissawm authored Jul 19, 2024
1 parent 26710aa commit 4c2449b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 4c2449b

Please sign in to comment.