summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx-static/switchers.js
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sphinx-static/switchers.js')
-rw-r--r--documentation/sphinx-static/switchers.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index b28d91c080..1d65fa7fae 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -2,8 +2,11 @@
2 'use strict'; 2 'use strict';
3 3
4 var all_versions = { 4 var all_versions = {
5 'dev': 'dev (3.2)', 5 'dev': 'dev (3.5)',
6 '3.1.3': '3.1.3', 6 '3.4.1': '3.4.1',
7 '3.3.4': '3.3.4',
8 '3.2.4': '3.2.4',
9 '3.1.14': '3.1.14',
7 '3.0.4': '3.0.4', 10 '3.0.4': '3.0.4',
8 '2.7.4': '2.7.4', 11 '2.7.4': '2.7.4',
9 }; 12 };