Skip to content

Commit 3ea6a83

Browse files
authored
MNT - persistent link to the documentation version switcher (#300)
1 parent 21dd86c commit 3ea6a83

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"version_dropdown": True,
147147
"switcher": {
148148
# NOTE: must be a URL and not a path relative to doc
149-
"json_url": "https://raw.githubusercontent.com/floriankozikowski/skglm/refs/heads/documentation-update/doc/_static/switcher.json",
149+
"json_url": "https://raw.githubusercontent.com/scikit-learn-contrib/skglm/refs/heads/main/doc/_static/switcher.json",
150150
"version_match": version_match,
151151
},
152152
"navigation_with_keys": True,

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ doc = [
6363
"sphinx-gallery",
6464
"sphinx-design",
6565
"pytest",
66-
"furo",
6766
"lifelines",
6867
"pydata_sphinx_theme",
6968
"sphinx-sitemap",

0 commit comments

Comments
 (0)