summaryrefslogtreecommitdiffstats
path: root/common/sphinx_rtd_theme_rtems/versions.html
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2020-02-22 19:32:07 -0500
committerAmar Takhar <amar@rtems.org>2020-02-26 00:09:17 -0500
commit98451835274168ccfeb04b82d6e65dfebcec8fb6 (patch)
tree761f73a29d124d0ac96bffd3670fc6ab2af8e8df /common/sphinx_rtd_theme_rtems/versions.html
parenteng: Fix typo (diff)
downloadrtems-docs-98451835274168ccfeb04b82d6e65dfebcec8fb6.tar.bz2
Update sphinx_rtd_theme to https://github.com/readthedocs/sphinx_rtd_theme/
68a19ca / 0.4.3.dev0. I have been using this one for a while without issues. This should fix the search issues. closes #3880
Diffstat (limited to '')
-rw-r--r--common/sphinx_rtd_theme_rtems/versions.html15
1 files changed, 6 insertions, 9 deletions
diff --git a/common/sphinx_rtd_theme_rtems/versions.html b/common/sphinx_rtd_theme_rtems/versions.html
index 8b3eb79..7368659 100644
--- a/common/sphinx_rtd_theme_rtems/versions.html
+++ b/common/sphinx_rtd_theme_rtems/versions.html
@@ -8,30 +8,27 @@
</span>
<div class="rst-other-versions">
<dl>
- <dt>Versions</dt>
+ <dt>{{ _('Versions') }}</dt>
{% for slug, url in versions %}
<dd><a href="{{ url }}">{{ slug }}</a></dd>
{% endfor %}
</dl>
<dl>
- <dt>Downloads</dt>
+ <dt>{{ _('Downloads') }}</dt>
{% for type, url in downloads %}
<dd><a href="{{ url }}">{{ type }}</a></dd>
{% endfor %}
</dl>
<dl>
- <dt>On Read the Docs</dt>
+ {# Translators: The phrase "Read the Docs" is not translated #}
+ <dt>{{ _('On Read the Docs') }}</dt>
<dd>
- <a href="//{{ PRODUCTION_DOMAIN }}/projects/{{ slug }}/?fromdocs={{ slug }}">Project Home</a>
+ <a href="//{{ PRODUCTION_DOMAIN }}/projects/{{ slug }}/?fromdocs={{ slug }}">{{ _('Project Home') }}</a>
</dd>
<dd>
- <a href="//{{ PRODUCTION_DOMAIN }}/builds/{{ slug }}/?fromdocs={{ slug }}">Builds</a>
+ <a href="//{{ PRODUCTION_DOMAIN }}/builds/{{ slug }}/?fromdocs={{ slug }}">{{ _('Builds') }}</a>
</dd>
</dl>
- <hr/>
- Free document hosting provided by <a href="http://www.readthedocs.org">Read the Docs</a>.
-
</div>
</div>
{% endif %}
-