Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
238 B
HTML

{% extends "!layout.html" %}
{% if READTHEDOCS and current_version %}
{% if current_version == "latest" or current_version == "stable" %}
{% set current_version = current_version ~ " (" ~ version ~ ")" %}
{% endif %}
{% endif %}