Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
<div class="sidebar-primary-item">{%- include sidebartemplate %}</div>
{%- endfor %}
</div>
{# add the rtd flyout in the sidebar if existing #}
<div id="rtd-footer-container"></div>
{# add the rtd flyout in the sidebar if building on rtd #}
{% if READTHEDOCS %}
<div id="rtd-footer-container"></div>
{% endif %}
{% endif %}
{% endblock docs_sidebar %}
Loading