diff --git a/doc/_templates/sidebar/version_toggler.html b/doc/_templates/sidebar/version_toggler.html index afd2a3e1f..1ea55a486 100644 --- a/doc/_templates/sidebar/version_toggler.html +++ b/doc/_templates/sidebar/version_toggler.html @@ -3,15 +3,15 @@
- + Stable - + Dev
- + \ No newline at end of file diff --git a/doc/conf.py b/doc/conf.py index 4a5b89f7a..a976fefcc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -269,7 +269,8 @@ "announcement": ( "You are viewing the documentation of the dev version of " "skglm which contains WIP features. " - "View stable version." + "View " + "stable version." ) }