{% extends "pydata_sphinx_theme/layout.html" %} {# This uses blocks. See: https://www.sphinx-doc.org/en/master/templating.html #} {%- block docs_body %} {% if on_rtd and rtd_version == 'latest' %}
You are viewing the latest unreleased documentation v{{ version }}. You may prefer a stable version.

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