From ef0ac063c9b9da3e4da759866736e266dbb44cfe Mon Sep 17 00:00:00 2001 From: Lysandre Date: Tue, 20 Oct 2020 16:29:00 +0200 Subject: [PATCH] Docs for v3.4.0 --- .circleci/deploy.sh | 3 ++- docs/source/_static/js/custom.js | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh index a4d71a335c..f4903c6f0f 100755 --- a/.circleci/deploy.sh +++ b/.circleci/deploy.sh @@ -50,4 +50,5 @@ deploy_doc "b42586e" v2.11.0 deploy_doc "7fb8bdf" v3.0.2 deploy_doc "4b3ee9c" v3.1.0 deploy_doc "3ebb1b3" v3.2.0 -deploy_doc "0613f05" # v3.3.0 Latest stable release +deploy_doc "0613f05" v3.3.0 +deploy_doc "eb0e0ce" # v3.4.0 Latest stable release diff --git a/docs/source/_static/js/custom.js b/docs/source/_static/js/custom.js index 2481f92677..2da2089bd6 100644 --- a/docs/source/_static/js/custom.js +++ b/docs/source/_static/js/custom.js @@ -1,10 +1,11 @@ // These two things need to be updated at each release for the version selector. // Last stable version -const stableVersion = "v3.3.0" +const stableVersion = "v3.4.0" // Dictionary doc folder to label const versionMapping = { "master": "master", - "": "v3.3.0/v3.3.1", + "": "v3.4.0", + "v3.3.1": "v3.3.0/v3.3.1", "v3.2.0": "v3.2.0", "v3.1.0": "v3.1.0 (stable)", "v3.0.2": "v3.0.0/v3.0.1/v3.0.2",