Skip to content

Commit

Permalink
Docs for v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik committed Oct 20, 2020
1 parent eb0e0ce commit ef0ac06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .circleci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 3 additions & 2 deletions docs/source/_static/js/custom.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ef0ac06

Please sign in to comment.