File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments