1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Ole Streicher <olebole@debian.org>
Date: Sun, 25 Jun 2023 17:21:13 +0200
Subject: Remove version switch in docs
---
doc/source/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4fca054..efcd864 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -169,7 +169,7 @@ html_theme_options = {
},
],
"navbar_align": "left",
- "navbar_end": ["version-switcher", "navbar-icon-links"],
+ "navbar_end": ["navbar-icon-links"],
"show_prev_next": False,
"switcher": {
"json_url": ("https://scikit-image.org/docs/dev/_static/version_switcher.json"),
|