diff --git a/_build/_theme/_templates/layout.html b/_build/_theme/_templates/layout.html
index 3a68ff7b492..3f0e8f50cdf 100644
--- a/_build/_theme/_templates/layout.html
+++ b/_build/_theme/_templates/layout.html
@@ -1,13 +1,13 @@
{% extends '!layout.html' %}
-{% set css_files = ['http://symfony.com/css/compiled/v5/all.css?v=4'] %}
+{% set css_files = ['https://symfony.com/css/compiled/v5/all.css?v=4'] %}
{# make sure the Sphinx stylesheet isn't loaded #}
{% set style = '' %}
{% set isIndex = pagename is index %}
{% block extrahead %}
{# add JS to support tabs #}
-
+
{# pygment's styles are still loaded, undo some unwanted styles #}