From 544c1612ba7e93e8f8eb5a4c1f819646a4e10ef0 Mon Sep 17 00:00:00 2001 From: 12rambau Date: Tue, 11 Oct 2022 09:27:47 +0200 Subject: [PATCH 1/4] FIX: update switcher list --- docs/_static/switcher.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index f0567c3f3..b9d1f325c 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -14,11 +14,6 @@ "version": "v0.10.1", "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.10.1/" }, - { - "name": "0.10.0", - "version": "v0.10.0", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.10.0/" - }, { "name": "0.9.0", "version": "v0.9.0", @@ -29,11 +24,6 @@ "version": "v0.8.1", "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.8.1/" }, - { - "name": "0.8.0", - "version": "v0.8.0", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.8.0/" - }, { "name": "0.7.2", "version": "v0.7.2", @@ -58,5 +48,15 @@ "name": "0.3.2", "version": "v0.3.2", "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.3.2/" + }, + { + "name": "0.2.1", + "version": "v0.2.1", + "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.2.1/" + }, + { + "name": "0.1.1", + "version": "v0.1.1", + "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.1.1/" } ] From 06dc1ccd45c2af395f4cd3383c890d8e5159509b Mon Sep 17 00:00:00 2001 From: 12rambau Date: Tue, 11 Oct 2022 11:03:30 +0200 Subject: [PATCH 2/4] reduce number of version --- docs/_static/switcher.json | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index b9d1f325c..7a4170036 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -23,40 +23,5 @@ "name": "0.8.1", "version": "v0.8.1", "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.8.1/" - }, - { - "name": "0.7.2", - "version": "v0.7.2", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.7.2/" - }, - { - "name": "0.6.3", - "version": "v0.6.3", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.6.3/" - }, - { - "name": "0.5.2", - "version": "v0.5.2", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.5.2/" - }, - { - "name": "0.4.3", - "version": "v0.4.3", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.4.3/" - }, - { - "name": "0.3.2", - "version": "v0.3.2", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.3.2/" - }, - { - "name": "0.2.1", - "version": "v0.2.1", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.2.1/" - }, - { - "name": "0.1.1", - "version": "v0.1.1", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.1.1/" } ] From 6317f2572a2e5dedfba5eb869cb963a91aed5ee9 Mon Sep 17 00:00:00 2001 From: 12rambau Date: Wed, 12 Oct 2022 13:09:10 +0200 Subject: [PATCH 3/4] last 5 + dev --- docs/_static/switcher.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 7a4170036..b90afaf5b 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -22,6 +22,11 @@ { "name": "0.8.1", "version": "v0.8.1", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.8.1/" + ",url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.8.1/" + }, + { + "name": "0.7.2", + "version": "v0.7.2", + "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.7.2/" } ] From 46ddfae938df4c2672d42a61da3ed1329e5f1b6a Mon Sep 17 00:00:00 2001 From: 12rambau Date: Wed, 12 Oct 2022 13:12:13 +0200 Subject: [PATCH 4/4] typo --- docs/_static/switcher.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index b90afaf5b..e9bbb773e 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -22,7 +22,7 @@ { "name": "0.8.1", "version": "v0.8.1", - ",url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.8.1/" + "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.8.1/" }, { "name": "0.7.2",