diff --git a/source/_static/local-dev-switcher.json b/source/_static/local-dev-switcher.json index c1a10ccf..636a0a73 100644 --- a/source/_static/local-dev-switcher.json +++ b/source/_static/local-dev-switcher.json @@ -10,9 +10,9 @@ "preferred": true }, { - "name": "v94", - "version": "94", - "url": "https://docs.foundries.io/94/" + "name": "…older", + "version": "", + "url": "https://docs.foundries.io/" } ] diff --git a/source/_static/switcher.json b/source/_static/switcher.json index 75fba57a..cd3e9776 100644 --- a/source/_static/switcher.json +++ b/source/_static/switcher.json @@ -6,9 +6,9 @@ "preferred": true }, { - "name": "v94", - "version": "94", - "url": "https://docs.foundries.io/94/" + "name": "…older", + "version": "", + "url": "https://docs.foundries.io" } ] diff --git a/source/_templates/announcement.html b/source/_templates/announcement.html index fa1b8d01..e5721bd9 100644 --- a/source/_templates/announcement.html +++ b/source/_templates/announcement.html @@ -1,5 +1,3 @@ diff --git a/source/conf.py b/source/conf.py index aba1a144..a6b72a54 100644 --- a/source/conf.py +++ b/source/conf.py @@ -252,7 +252,7 @@ if mp_tags == 'local-dev': json_url = '_static/local-dev-switcher.json' if mp_tags == 'dev': - json_url = '_static/switcher.json' + json_url = 'https://raw.githubusercontent.com/foundriesio/docs/refs/heads/next/source/_static/switcher.json' # Pydata Theme options html_theme_options = {