Skip to content

Commit 21633ca

Browse files
committed
Remove duplicated link to page source from doc footer
1 parent 7ebd13c commit 21633ca

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body
88
padding: 0 3em 0 14em;
99
}
1010
body > .header { margin: 0 0 0 -14em;}
11-
body > .footer { margin: 0 0 0 -14em; clear:both;}
11+
body > .footer { margin: 1em 0 1em -14em; clear:both;}
1212
body > .navigation
1313
{
1414
margin-left: -14em;

doc/_templates/layout.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,6 @@ <h3>{{ _('Quick search') }}</h3>
157157
{%- else %}
158158
{% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
159159
{%- endif %}
160-
{%- if show_source and has_source and sourcename %}
161-
<p class="source"><a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow">{{ _('source') }}</a></p>
162-
{%- endif %}
163160
</div>
164161
{%- endblock %}
165162
</body>

0 commit comments

Comments
 (0)