Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<!-- This will appear in the announcement banner at the top of the site.
It needs to be activated by passing the link:
"https://raw.githubusercontent.com/napari/docs/main/docs/_templates/announcement.html",
"https://napari.org/dev/_static/announcement.html",
in the html_theme_options section of conf.py using the key:
"announcement"

This file MUST live in the _static directory to allow for dynamic updates
without a full site rebuild.
-->
<div class="sidebar-message">
Need help? <a href="https://napari.zulipchat.com">Chat with us</a> or join us at one of our <a href="https://napari.org/stable/community/meeting_schedule.html">Community meetings</a>!
Expand Down
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@
html_title = "napari"
html_sourcelink_suffix = ""

# Define the json_url for our version switcher.
json_url = "https://napari.org/dev/_static/version_switcher.json"

# Check version and set version_match which is used by the version switcher
if version == "dev":
version_match = "dev"
Expand Down Expand Up @@ -131,7 +128,7 @@
"secondary_sidebar_items": ["page-toc"],
"pygments_light_style": "napari",
"pygments_dark_style": "napari",
"announcement": "https://raw.githubusercontent.com/napari/docs/refs/heads/main/docs/_templates/announcement.html",
"announcement": "",
"back_to_top_button": False,
"analytics": {
# The domain you'd like to use for this analytics instance
Expand Down
Loading