Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b15c310a authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Fix versions link #2

parent ae771305
No related merge requests found
...@@ -8,13 +8,13 @@ ...@@ -8,13 +8,13 @@
<div class="rst-other-versions"> <div class="rst-other-versions">
<dl> <dl>
<dt>{{ _('Document Release Versions') }}</dt> <dt>{{ _('Document Release Versions') }}</dt>
{% for slug, url in versions %} <dd><a class="reference internal" href="">latest</a></dd>
<dd><a class="reference internal" href="{{ url }}/index.html">{{ slug }}</a></dd> <dd><a class="reference internal" href="0.0.7">0.0.7</a></dd>
{% endfor %} <dd><a class="reference internal" href="0.1.0">0.1.0</a></dd>
</dl> </dl>
<dl> <dl>
<dt>{{ _('Downloads') }}</dt> <dt>{{ _('Downloads') }}</dt>
<dd><a class="reference internal" href="{{ url }}/beagleboard-docs.pdf">PDF</a></dd> <dd><a class="reference internal" href="beagleboard-docs.pdf">PDF</a></dd>
</dl> </dl>
<dl> <dl>
<dt>{{ _('BeagleBoard.org Links') }}</dt> <dt>{{ _('BeagleBoard.org Links') }}</dt>
......
...@@ -98,12 +98,7 @@ html_context = { ...@@ -98,12 +98,7 @@ html_context = {
"show_license": True, "show_license": True,
"docs_title": docs_title, "docs_title": docs_title,
"is_release": is_release, "is_release": is_release,
"current_version": version, "current_version": version
"versions": (
("latest", "/"),
("0.0.7", "/0.0.7/"),
("0.1.0", "/0.1.0/"),
)
} }
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment