From f2b5997bd257c8a95e4e5b5ad96b0e3cdb345a9c Mon Sep 17 00:00:00 2001 From: Victor Feyens Date: Thu, 18 Mar 2021 14:30:30 +0100 Subject: [PATCH] FIX: remove double jquery import There is no need to have a double jquery import, leave the jquery import to the basic sphinx theme (it uses the same version anyway). --- extensions/odoo_theme/layout.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/extensions/odoo_theme/layout.html b/extensions/odoo_theme/layout.html index 8c79bfb64..b5de7db7d 100644 --- a/extensions/odoo_theme/layout.html +++ b/extensions/odoo_theme/layout.html @@ -22,14 +22,8 @@ integrity="sha512-wsnDgOxfyn4lhblRMHPMuJh+9CnLcwcisda1zLRGNWKh6OiQynebYTyRZYgH+eWLEdNTKak0OD2GAd/S51UhTw==" crossorigin="anonymous"> {{ super() }} - {# NOTE: Sphinx basic theme already imports JQuery, underscore and doctools by default. - For some reason JQuery is not found for the custom code below if we do not reimport it... #} - {# TODO EDI boostrap beta cdn ??? Isn't there a stable CDN ? It looks like this cdn won't exist forever :D #} - {% endblock %} {% block linktags %}