From 759cf9c2b0939e83b335b0d080a8ab979cb1ce59 Mon Sep 17 00:00:00 2001 From: "Pablo R. Mier" Date: Thu, 25 Apr 2024 12:45:20 +0200 Subject: [PATCH] fix version in pydata switcher --- docs/_static/switcher.json | 4 ++-- docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index c82c96ef..70481cd2 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -1,12 +1,12 @@ [ { "name": "latest (dev)", - "version": "dev", + "version": "1.0.0-alpha.0", "url": "https://saezlab.github.io/corneto/dev/" }, { "name": "v1.0.0-alpha.0", - "version": "v1.0.0-alpha.0", + "version": "1.0.0-alpha.0", "url": "https://saezlab.github.io/corneto/main/" } ] \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index f3f030bf..5ef5222b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -124,7 +124,7 @@ "primary_sidebar_end": ["sidebar-ethical-ads"], "switcher": { "json_url": "https://saezlab.github.io/corneto/dev/_static/switcher.json", - "version_match": "dev", + "version_match": corneto.__version__, }, "navbar_start": ["navbar-logo", "version-switcher"] }