Skip to content
Merged
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
13 changes: 0 additions & 13 deletions doc/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,6 @@
{{ super() }}
{% endblock %}

<!-- dev version warning bar -->
{% block relbar1 %}
{% if build_dev_html|tobool %}
<div class="container-fluid alert-danger devbar">
<div class="row no-gutters">
<div class="col-12 text-center">
This is documentation for the <em>unstable development version</em> of MNE-Python. <a class="alert-link" href="https://mne.tools/stable">Click here</a> to switch to the stable version.
</div>
</div>
</div>
{% endif %}
{% endblock %}

<!-- homepage gallery -->
{% block docs_body %}
<div>
Expand Down