8 lines
238 B
HTML
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 %}
|