We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c7411 commit 1755e50Copy full SHA for 1755e50
sphinx_rtd_theme/versions.html
@@ -1,12 +1,12 @@
1
{% if READTHEDOCS %}
2
{# Add rst-badge after rst-versions for small badge style. #}
3
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="{{ _('Versions') }}">
4
- <button class="rst-current-version" data-toggle="rst-current-version">
+ <button class="rst-current-version" aria-expanded="false" aria-controls="docs_versions" data-toggle="rst-current-version">
5
<span class="fa fa-book"> Read the Docs</span>
6
v: {{ current_version }}
7
<span class="fa fa-caret-down"></span>
8
</button>
9
- <div class="rst-other-versions">
+ <div class="rst-other-versions" id="docs_versions">
10
<dl>
11
<dt>{{ _('Versions') }}</dt>
12
{% for slug, url in versions %}
0 commit comments