From 1d830cd072b584c7cd9fa4fc3000f3378aa97bd6 Mon Sep 17 00:00:00 2001 From: erogluorhan Date: Tue, 6 Feb 2024 21:06:50 -0700 Subject: [PATCH] Fix super.super() call in layout --- sphinx_pythia_theme/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_pythia_theme/layout.html b/sphinx_pythia_theme/layout.html index 7f0d0a6..cc4cf42 100644 --- a/sphinx_pythia_theme/layout.html +++ b/sphinx_pythia_theme/layout.html @@ -2,7 +2,7 @@ {%- block body_tag %} {# set up with scrollspy to update the toc as we scroll #} - super.super() + {{ super.super() }} {%- endblock %} {%- block content %}