We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b552c56 commit 4d8bafcCopy full SHA for 4d8bafc
1 file changed
source/_templates/sphinx_minoo_theme/includes/header.html
@@ -83,7 +83,7 @@
83
{% set script_files = script_files + ['_static/searchtools.js'] %}
84
85
{%- for scriptfile in script_files %}
86
- <script type="text/javascript" src="{{ pathto(scriptfile, 1) }}"></script>
+ <script type="text/javascript" src="{{ pathto(scriptfile.filename, 1) }}"></script>
87
{%- endfor %}
88
{% endif %}
89
0 commit comments