summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-01 08:08:24 +0100
committerGeorg Brandl <georg@python.org>2014-03-01 08:08:24 +0100
commitdf4c6f6180b6edd1cabfa6d41c0d89dd21b75015 (patch)
treea8dfb0bcfbc7e60fd49a281085b0d203c79680af
parent0eab530bf39c73123b946d5970d40f30b57a11de (diff)
parent4bf840f492d21206d3c867ec03f94d30a82df399 (diff)
downloadsphinx-df4c6f6180b6edd1cabfa6d41c0d89dd21b75015.tar.gz
merge with stable
-rw-r--r--doc/_templates/indexsidebar.html3
-rw-r--r--doc/_themes/sphinx13/layout.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
index 70107eb5..4a350ae4 100644
--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -1,5 +1,6 @@
<p class="logo">A <a href="http://pocoo.org/">
- <img src="{{ pathto("_static/pocoo.png", 1) }}" /></a> {%trans%}project{%endtrans%}</a></p>
+ <img src="{{ pathto("_static/pocoo.png", 1) }}" alt="Pocoo" /></a>
+ {%trans%}project{%endtrans%}</p>
<h3>Download</h3>
{% if version.endswith('(hg)') %}
diff --git a/doc/_themes/sphinx13/layout.html b/doc/_themes/sphinx13/layout.html
index 69dd37f7..e38c0a47 100644
--- a/doc/_themes/sphinx13/layout.html
+++ b/doc/_themes/sphinx13/layout.html
@@ -15,7 +15,7 @@
{% block extrahead %}
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
- rel='stylesheet' type='text/css'>
+ rel='stylesheet' type='text/css' />
{{ super() }}
{%- if not embedded %}
<style type="text/css">