Skip to content

Commit 609144c

Browse files
committed
Remove static footer content
This content is injected by an AJAX call to the server. Ref: readthedocs/readthedocs-corporate#208
1 parent 24a7000 commit 609144c

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

sphinx_rtd_theme/versions.html

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,7 @@
77
<span class="fa fa-caret-down"></span>
88
</span>
99
<div class="rst-other-versions">
10-
<dl>
11-
<dt>{{ _('Versions') }}</dt>
12-
{% for slug, url in versions %}
13-
<dd><a href="{{ url }}">{{ slug }}</a></dd>
14-
{% endfor %}
15-
</dl>
16-
<dl>
17-
<dt>{{ _('Downloads') }}</dt>
18-
{% for type, url in downloads %}
19-
<dd><a href="{{ url }}">{{ type }}</a></dd>
20-
{% endfor %}
21-
</dl>
22-
<dl>
23-
<dt>{{ _('On Read the Docs') }}</dt>
24-
<dd>
25-
<a href="//{{ PRODUCTION_DOMAIN }}/projects/{{ slug }}/?fromdocs={{ slug }}">{{ _('Project Home') }}</a>
26-
</dd>
27-
<dd>
28-
<a href="//{{ PRODUCTION_DOMAIN }}/builds/{{ slug }}/?fromdocs={{ slug }}">{{ _('Builds') }}</a>
29-
</dd>
30-
</dl>
31-
<hr/>
32-
{% trans %}Free document hosting provided by <a href="http://www.readthedocs.org">Read the Docs</a>.{% endtrans %}
33-
10+
{# This content is injected by an AJAX call to readthedocs.org/readthedocs.com #}
3411
</div>
3512
</div>
3613
{% endif %}

0 commit comments

Comments
 (0)