diff --git a/doc/_static/versions.json b/doc/_static/versions.json index 0cab5c21d3e..ec240710e1b 100644 --- a/doc/_static/versions.json +++ b/doc/_static/versions.json @@ -1,52 +1,68 @@ [ { "name": "1.1 (devel)", - "version": "dev" + "version": "dev", + "url": "https://mne.tools/dev/" }, { "name": "1.0 (stable)", - "version": "stable" + "version": "stable", + "url": "https://mne.tools/stable/" }, { - "version": "0.24" + "version": "0.24", + "url": "https://mne.tools/0.24/" }, { - "version": "0.23" + "version": "0.23", + "url": "https://mne.tools/0.23/" }, { - "version": "0.22" + "version": "0.22", + "url": "https://mne.tools/0.22/" }, { - "version": "0.21" + "version": "0.21", + "url": "https://mne.tools/0.21/" }, { - "version": "0.20" + "version": "0.20", + "url": "https://mne.tools/0.20/" }, { - "version": "0.19" + "version": "0.19", + "url": "https://mne.tools/0.19/" }, { - "version": "0.18" + "version": "0.18", + "url": "https://mne.tools/0.18/" }, { - "version": "0.17" + "version": "0.17", + "url": "https://mne.tools/0.17/" }, { - "version": "0.16" + "version": "0.16", + "url": "https://mne.tools/0.16/" }, { - "version": "0.15" + "version": "0.15", + "url": "https://mne.tools/0.15/" }, { - "version": "0.14" + "version": "0.14", + "url": "https://mne.tools/0.14/" }, { - "version": "0.13" + "version": "0.13", + "url": "https://mne.tools/0.13/" }, { - "version": "0.12" + "version": "0.12", + "url": "https://mne.tools/0.12/" }, { - "version": "0.11" + "version": "0.11", + "url": "https://mne.tools/0.11/" } ] diff --git a/doc/conf.py b/doc/conf.py index a1af042deac..918836f4d3b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -580,7 +580,6 @@ def append_attr_meth_examples(app, what, name, obj, options, lines): 'google_analytics_id': 'UA-37225609-1', 'switcher': { 'json_url': 'https://mne.tools/dev/_static/versions.json', - 'url_template': 'https://mne.tools/{version}/', 'version_match': switcher_version_match, } }