do not include polyfill.js anymore

This commit is contained in:
Axel Kohlmeyer
2020-10-27 17:50:57 -04:00
parent 5dc09ae3c0
commit 9a3f935c9b
4 changed files with 6 additions and 25 deletions

View File

@ -52,11 +52,6 @@
{# Keep modernizr in head - http://modernizr.com/docs/#installing #}
<script src="{{ pathto('_static/js/modernizr.min.js', 1) }}"></script>
{# for improved browser compatibility #}
<!--[if lte IE 11]>
<script src="{{ pathto('_static/polyfill.js', 1) }}"></script>
<![endif]-->
{%- if not embedded %}
{# XXX Sphinx 1.8.0 made this an external js-file, quick fix until we refactor the template to inherert more blocks directly from sphinx #}
{% if sphinx_version >= "1.8.0" %}