From b89d55f28985e820e0f73cedadafcfa2e61daf53 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Fri, 25 Oct 2024 12:49:46 -0500 Subject: [PATCH] CI update versioned docs info --- .github/scripts/define_versions.sh | 4 ++-- docs/source/_static/switcher.json | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/scripts/define_versions.sh b/.github/scripts/define_versions.sh index b6e6b847..5368198c 100644 --- a/.github/scripts/define_versions.sh +++ b/.github/scripts/define_versions.sh @@ -26,10 +26,10 @@ versions+=" 1.6.17" versions+=" 1.6.18" versions+=" 1.6.19" versions+=" 1.6.20" - -# future versions (release tags that are expected) versions+=" 1.7.0" versions+=" 1.7.1" + +# future versions (release tags that are expected) versions+=" 1.7.2" versions+=" 1.7.3" versions+=" 1.7.4" diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json index 2187e5f1..96b706b1 100644 --- a/docs/source/_static/switcher.json +++ b/docs/source/_static/switcher.json @@ -5,7 +5,12 @@ "url": "https://bcda-aps.github.io/apstools/dev/" }, { - "name": "1.7.0 (latest)", + "name": "1.7.1 (latest)", + "version": "1.7.1", + "url": "https://bcda-aps.github.io/apstools/1.7.1/" + }, + { + "name": "1.7.0", "version": "1.7.0", "url": "https://bcda-aps.github.io/apstools/1.7.0/" },