diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-03-23 18:23:37 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-03-23 18:23:37 +0100 |
commit | a5c213d53976e7b9ef0a5206a5f4f6fc4128f1c4 (patch) | |
tree | 24c7543d84b60c984801009330d661ce61903cd8 /_static/documentation_options.js | |
parent | Rebuild (diff) | |
download | policy-guide-a5c213d53976e7b9ef0a5206a5f4f6fc4128f1c4.tar.gz policy-guide-a5c213d53976e7b9ef0a5206a5f4f6fc4128f1c4.tar.bz2 policy-guide-a5c213d53976e7b9ef0a5206a5f4f6fc4128f1c4.zip |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to '_static/documentation_options.js')
-rw-r--r-- | _static/documentation_options.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_static/documentation_options.js b/_static/documentation_options.js index b57ae3b..7e4c114 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,4 @@ -var DOCUMENTATION_OPTIONS = { - URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), +const DOCUMENTATION_OPTIONS = { VERSION: '', LANGUAGE: 'en', COLLAPSE_INDEX: false, |