File: Remove-version-switch-in-docs.patch

package info (click to toggle)
skimage 0.25.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,668 kB
  • sloc: python: 60,005; cpp: 2,592; ansic: 1,591; xml: 1,342; javascript: 1,267; makefile: 168; sh: 20
file content (21 lines) | stat: -rw-r--r-- 666 bytes parent folder | download
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"),