Mercurial > p > roundup > code
diff doc/_templates/layout.html @ 8097:7ac637506acf
docs: add missing tabs.js required to get tal/jinja2 tabs working.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 Jul 2024 22:39:45 -0400 |
| parents | bd013590d8d6 |
| children |
line wrap: on
line diff
--- a/doc/_templates/layout.html Tue Jul 16 22:02:39 2024 -0400 +++ b/doc/_templates/layout.html Tue Jul 16 22:39:45 2024 -0400 @@ -1,7 +1,9 @@ {% set script_files = ['_static/jquery.js', '_static/doctools.js', '_static/language_data.js', '_static/searchtools.js', - '_static/sphinx_highlight.js'] %} + '_static/sphinx_highlight.js', + '_static/tabs.js', +] %} {# _templates/layout.html ~~~~~~~~~~~~~~~~~~~~~~
