summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/layout.html
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-11-09 00:33:49 +0100
committerGeorg Brandl <georg@python.org>2009-11-09 00:33:49 +0100
commit9ae61d1f0f77853e922184c72cf43a8cc2ae872b (patch)
tree5c9ea635630ea691dd0a53846316e1d521bd4d63 /sphinx/themes/basic/layout.html
parentad654e4338052f0c4a7eec8a0b131ab2763d76df (diff)
parentd6307a4cb60b588ba2aa7a73c3cda3a86449ef38 (diff)
downloadsphinx-9ae61d1f0f77853e922184c72cf43a8cc2ae872b.tar.gz
merge with 0.6
Diffstat (limited to 'sphinx/themes/basic/layout.html')
-rw-r--r--sphinx/themes/basic/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/basic/layout.html b/sphinx/themes/basic/layout.html
index c030a636..9004c9c5 100644
--- a/sphinx/themes/basic/layout.html
+++ b/sphinx/themes/basic/layout.html
@@ -93,7 +93,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
{{ metatags }}
- {%- if not embedded %}
+ {%- if not embedded and docstitle %}
{%- set titlesuffix = " &mdash; "|safe + docstitle|e %}
{%- else %}
{%- set titlesuffix = "" %}