We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dd86c commit 3ea6a83Copy full SHA for 3ea6a83
doc/conf.py
@@ -146,7 +146,7 @@
146
"version_dropdown": True,
147
"switcher": {
148
# 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",
+ "json_url": "https://raw.githubusercontent.com/scikit-learn-contrib/skglm/refs/heads/main/doc/_static/switcher.json",
150
"version_match": version_match,
151
},
152
"navigation_with_keys": True,
pyproject.toml
@@ -63,7 +63,6 @@ doc = [
63
"sphinx-gallery",
64
"sphinx-design",
65
"pytest",
66
- "furo",
67
"lifelines",
68
"pydata_sphinx_theme",
69
"sphinx-sitemap",
0 commit comments