{% extends "!layout.html" -%} {# Refer to https://github.com/readthedocs/sphinx_rtd_theme/blob/master/sphinx_rtd_theme/layout.html #} {%- block document %} {# Adds a warning message on the 'latest' version. The warning is only added on readthedocs, if the version is 'latest'. For the 'dev' folder, no warning is shown since the 'latest' version is usually the most up-to-date. #} {% if READTHEDOCS and polybar_is_latest and not pagename.startswith('dev/') %}

Development Version

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

See the stable version of this documentation page instead.

{% endif %} {{ super() }} {%- endblock %}