From a1c2ef7bd014409cb1452f28b98a1c650b864349 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Tue, 29 Sep 2020 14:31:43 -0400 Subject: [PATCH] Add documentation for v3.3.1 --- docs/source/_static/js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_static/js/custom.js b/docs/source/_static/js/custom.js index 79ba9e3de2..6c574a0763 100644 --- a/docs/source/_static/js/custom.js +++ b/docs/source/_static/js/custom.js @@ -4,7 +4,7 @@ const stableVersion = "v3.3.0" // Dictionary doc folder to label const versionMapping = { "master": "master", - "": "v3.3.0", + "": "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",