diff --git a/CHANGES b/CHANGES index 64410011e..95888aa7d 100644 --- a/CHANGES +++ b/CHANGES @@ -59,6 +59,7 @@ Bugs fixed :confval:`man_make_section_directory` is not correct * #9224: ``:param:`` and ``:type:`` fields does not support a type containing whitespace (ex. ``Dict[str, str]``) +* #9270: html theme : pyramid theme generates incorrect logo links Testing -------- diff --git a/sphinx/themes/pyramid/layout.html b/sphinx/themes/pyramid/layout.html index 33d9bb7d1..ffa93135e 100644 --- a/sphinx/themes/pyramid/layout.html +++ b/sphinx/themes/pyramid/layout.html @@ -9,11 +9,11 @@ {% endblock %} {% block header %} -{%- if logo %} +{%- if logo_url %}