We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebd13c commit 21633caCopy full SHA for 21633ca
doc/_static/style.css
@@ -8,7 +8,7 @@ body
8
padding: 0 3em 0 14em;
9
}
10
body > .header { margin: 0 0 0 -14em;}
11
-body > .footer { margin: 0 0 0 -14em; clear:both;}
+body > .footer { margin: 1em 0 1em -14em; clear:both;}
12
body > .navigation
13
{
14
margin-left: -14em;
doc/_templates/layout.html
@@ -157,9 +157,6 @@ <h3>{{ _('Quick search') }}</h3>
157
{%- else %}
158
{% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
159
{%- 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 %}
163
</div>
164
{%- endblock %}
165
</body>
0 commit comments