Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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 %}
2 changes: 0 additions & 2 deletions tests/test_build/sidebar_subpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,4 @@
</div>
<div class="sidebar-primary-items__end sidebar-primary__section">
</div>
<div id="rtd-footer-container">
</div>
</div>
Loading