Skip to content

Commit 0351c5a

Browse files
committed
Docs
1 parent 28d3ccd commit 0351c5a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.circleci/deploy.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ deploy_doc "4b3ee9c" v3.1.0
5252
deploy_doc "3ebb1b3" v3.2.0
5353
deploy_doc "0613f05" v3.3.1
5454
deploy_doc "eb0e0ce" v3.4.0
55-
deploy_doc "818878d" # v3.5.1 Latest stable release
55+
deploy_doc "818878d" v3.5.1
56+
deploy_doc "28d3ccd" # v4.0.1 Latest stable release

docs/source/_static/js/custom.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
// These two things need to be updated at each release for the version selector.
22
// Last stable version
3-
const stableVersion = "v3.5.0"
3+
const stableVersion = "v4.0.1"
44
// Dictionary doc folder to label
55
const versionMapping = {
66
"master": "master",
7-
"": "v3.5.0/v3.5.1",
7+
"": "v4.0.0/v4.0.1",
8+
"v3.5.1": "v3.5.0/v3.5.1",
89
"v3.4.0": "v3.4.0",
910
"v3.3.1": "v3.3.0/v3.3.1",
1011
"v3.2.0": "v3.2.0",
11-
"v3.1.0": "v3.1.0 (stable)",
12+
"v3.1.0": "v3.1.0",
1213
"v3.0.2": "v3.0.0/v3.0.1/v3.0.2",
1314
"v2.11.0": "v2.11.0",
1415
"v2.10.0": "v2.10.0",

0 commit comments

Comments
 (0)