summaryrefslogtreecommitdiff
path: root/sphinx/themes/pyramid/layout.html
diff options
context:
space:
mode:
authorMardelor <remy.zirnheld@laposte.net>2020-11-30 12:37:16 +0100
committerMardelor <remy.zirnheld@laposte.net>2020-11-30 12:37:16 +0100
commit6c41b3f3a3d5d075de0a715978b5079417125420 (patch)
tree713e8cc9301585d7be1311368ddfe375cd13da02 /sphinx/themes/pyramid/layout.html
parent1a0ae002e369a870622bff38ee2dd0360b738443 (diff)
downloadsphinx-git-6c41b3f3a3d5d075de0a715978b5079417125420.tar.gz
Update layouts to reference logo & favicon without static
Diffstat (limited to 'sphinx/themes/pyramid/layout.html')
-rw-r--r--sphinx/themes/pyramid/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/pyramid/layout.html b/sphinx/themes/pyramid/layout.html
index 02eec1cfb..097e97407 100644
--- a/sphinx/themes/pyramid/layout.html
+++ b/sphinx/themes/pyramid/layout.html
@@ -13,7 +13,7 @@
<div class="header" role="banner">
<div class="logo">
<a href="{{ pathto(master_doc)|e }}">
- <img class="logo" src="{{ pathto('_static/' + logo, 1)|e }}" alt="Logo"/>
+ <img class="logo" src="{{ pathto(logo, 1)|e }}" alt="Logo"/>
</a>
</div>
</div>