aboutsummaryrefslogtreecommitdiff
path: root/docs/source/_templates
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-09-03 11:52:02 -0700
committerMicah Lee <micah@micahflee.com>2020-09-03 11:52:02 -0700
commit023bb8d7ac73b34bc6d05bcf72037b4897f4e53b (patch)
tree68e559f58fc04ca41d6fd58c5b9367fb54188ff4 /docs/source/_templates
parent5e53c0441b201a958493534f72bade67779757a4 (diff)
downloadonionshare-023bb8d7ac73b34bc6d05bcf72037b4897f4e53b.tar.gz
onionshare-023bb8d7ac73b34bc6d05bcf72037b4897f4e53b.zip
Remove languages from index of docs, and make docs build.sh build a different set of docs for each version
Diffstat (limited to 'docs/source/_templates')
-rw-r--r--docs/source/_templates/versions.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/_templates/versions.html b/docs/source/_templates/versions.html
index 2b51e0a4..761e2add 100644
--- a/docs/source/_templates/versions.html
+++ b/docs/source/_templates/versions.html
@@ -8,8 +8,8 @@
{%- if versions %}
<dl>
<dt>{{ _('Versions') }}</dt>
- {%- for name, url in versions %}
- <dd><a href="{{ url }}">{{ name }}</a></dd>
+ {%- for name in versions %}
+ <dd><a href="../../{{ name }}">{{ name }}</a></dd>
{%- endfor %}
</dl>
{%- endif %}