Skip to content

Commit 94f6f67

Browse files
committed
Update layout
1 parent 1755e50 commit 94f6f67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/_templates/layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
{%- block footer %}
1212
{%- if not READTHEDOCS %}
1313
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="{{ _('Versions') }}">
14-
<span class="rst-current-version" data-toggle="rst-current-version">
14+
<button class="rst-current-version" aria-expanded="false" aria-controls="docs_versions" data-toggle="rst-current-version">
1515
<span class="fa fa-book"> Read the Docs</span>
1616
v: latest
1717
<span class="fa fa-caret-down"></span>
18-
</span>
19-
<div class="rst-other-versions">
18+
</button>
19+
<div class="rst-other-versions" id="docs_versions">
2020
<dl>
2121
<dt>{{ _('Versions') }}</dt>
2222
{%- if test_versions %}

0 commit comments

Comments
 (0)