Skip to content

Commit 4968541

Browse files
Merge branch 'documentation-update' of https://github.com/floriankozikowski/skglm into documentation-update
2 parents 55abc05 + 897b751 commit 4968541

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

doc/_static/switcher.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[
2-
{
3-
"version": "0.3.1",
4-
"name": "0.3.1",
5-
"url": "https://contrib.scikit-learn.org/skglm/stable/"
6-
},
72
{
83
"version": "dev",
9-
"name": "0.5",
4+
"name": "0.5dev",
105
"url": "https://contrib.scikit-learn.org/skglm/",
116
"preferred": true
7+
},
8+
{
9+
"version": "0.3.1",
10+
"name": "v0.3.1",
11+
"url": "https://contrib.scikit-learn.org/skglm/stable/"
1212
}
13-
]
13+
]

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@
162162
],
163163
"version_dropdown": True,
164164
"switcher": {
165-
"json_url": "/_static/switcher.json",
165+
# NOTE: must be a URL and not a path relative to doc
166+
"json_url": "https://raw.githubusercontent.com/floriankozikowski/skglm/refs/heads/documentation-update/doc/_static/switcher.json",
166167
"version_match": version_match,
167168
},
168169
"navigation_with_keys": True,

0 commit comments

Comments
 (0)