{% extends "base.html" %}
{% if config.extra.pre_release %}
{% block announce %}
You are currently viewing pre-release documentation. This may contain features that have not yet been packaged. For the most accurate information, please access the release version.
{% endblock %}
{% endif %}
{% block outdated %}
You are currently viewing outdated documentation. For the most up-to-date information, please refer to the latest release.
{% endblock %}