summaryrefslogtreecommitdiff
path: root/doc/html/_static/documentation_options.js
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_static/documentation_options.js')
-rw-r--r--doc/html/_static/documentation_options.js11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/html/_static/documentation_options.js b/doc/html/_static/documentation_options.js
index f212ba68f131..e3aed4f20532 100644
--- a/doc/html/_static/documentation_options.js
+++ b/doc/html/_static/documentation_options.js
@@ -1,12 +1,13 @@
-var DOCUMENTATION_OPTIONS = {
- URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
- VERSION: '1.21.3',
- LANGUAGE: 'None',
+const DOCUMENTATION_OPTIONS = {
+ VERSION: '1.22-final',
+ LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
FILE_SUFFIX: '.html',
LINK_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt',
- NAVIGATION_WITH_KEYS: false
+ NAVIGATION_WITH_KEYS: false,
+ SHOW_SEARCH_SUMMARY: true,
+ ENABLE_SEARCH_SHORTCUTS: true,
}; \ No newline at end of file