{% extends "!layout.html" %}
{# Inject version number into the sidebar header, between logo and search box.
The RTD theme (2.0+) removed the built-in version display; this restores it. #}
{% block sidebartitle %}
{%- set _logo_url = logo_url|default(pathto('_static/' + (logo or ""), 1)) %}
{%- set _root_doc = root_doc|default(master_doc) %}
{% if not theme_logo_only %}{{ project }}{% endif %}
{%- if logo or logo_url %}
{%- endif %}
{%- if (version or release) %}