{% extends "!layout.html" -%} {# Refer to https://github.com/readthedocs/sphinx_rtd_theme/blob/master/sphinx_rtd_theme/layout.html #} {% block htmltitle -%} {{ title|striptags|e }}{{ titlesuffix }} {% endblock -%} {% block extrahead -%} {% endblock -%} {% block linktags -%} {{ super() }} {% endblock -%} {%- block document %}
{% if version_is_latest or show_article_status %}
{% if version_is_latest %}

Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions.

{% endif %} {% if show_article_status and not version_is_latest and meta and meta.get('article_outdated') == 'True' %}

Work in progress

The content of this page was not yet updated for {{ version }} and may be outdated. If you know how to improve this page or you can confirm that it's up to date, feel free to open a pull request.

{% endif %}
{% endif %} {% block body %}{% endblock %} {%- endblock %}