Skip to content

Commit 95adf57

Browse files
committed
docs: add missing tabs.js required to get tal/jinja2 tabs working.
1 parent bb0783e commit 95adf57

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/_templates/layout.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{% set script_files = ['_static/jquery.js', '_static/doctools.js',
22
'_static/language_data.js',
33
'_static/searchtools.js',
4-
'_static/sphinx_highlight.js'] %}
4+
'_static/sphinx_highlight.js',
5+
'_static/tabs.js',
6+
] %}
57
{#
68
_templates/layout.html
79
~~~~~~~~~~~~~~~~~~~~~~

website/www/_templates/layout.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{% set script_files = ['_static/jquery.js', '_static/doctools.js',
22
'_static/language_data.js',
33
'_static/searchtools.js',
4-
'_static/sphinx_highlight.js'] %}
4+
'_static/sphinx_highlight.js',
5+
'_static/tabs.js',
6+
] %}
57
<!DOCTYPE html>
68
<html lang="en">
79
<head>

0 commit comments

Comments
 (0)