We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b633a commit dc0a2a1Copy full SHA for dc0a2a1
sphinx_rtd_theme/layout.html
@@ -75,7 +75,7 @@
75
{%- block extrahead %} {% endblock %}
76
77
{# Keep modernizr in head - http://modernizr.com/docs/#installing #}
78
- <script src="_static/js/modernizr.min.js"></script>
+ <script src="{{ pathto('_static/js/modernizr.min.js', 1) }}"></script>
79
80
</head>
81
0 commit comments