Skip to content

Commit

Permalink
Remove Versions from standard documentation sidebar (#390)
Browse files Browse the repository at this point in the history
 documentation/_templates/base.html : Remove versions from sidebar
  • Loading branch information
neelima-j authored Nov 5, 2024
1 parent f969121 commit a1efeb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/_templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
{% include '_parts/sidebar-list.html' %}
{% endblock %}
{% include "searchbox.html" %}
{% include 'versions.html' %}

</nav>
{% endblock %}
</aside>
Expand Down Expand Up @@ -187,4 +187,4 @@
{%- block footer %} {% endblock %}

</body>
</html>
</html>

0 comments on commit a1efeb2

Please sign in to comment.