From 7c55559028b80529574245213b57ff237e7f2a75 Mon Sep 17 00:00:00 2001 From: Ron Tapia Date: Tue, 25 May 2021 13:24:33 -0400 Subject: [PATCH 1/2] Closes #9270: pyramid theme generates incorrect logo links --- CHANGES | 1 + sphinx/themes/pyramid/layout.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 64410011e..773dd0f68 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: autodoc: 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 %} From 02d3e9836c509797c5e7477027011137c2931840 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 30 May 2021 02:22:45 +0900 Subject: [PATCH 2/2] Update CHANGES --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 773dd0f68..95888aa7d 100644 --- a/CHANGES +++ b/CHANGES @@ -59,7 +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: autodoc: pyramid theme generates incorrect logo links +* #9270: html theme : pyramid theme generates incorrect logo links Testing --------