From 7bce7075a6740f9ad0c6cd3b282f0d086f2dfe6d Mon Sep 17 00:00:00 2001 From: mattip Date: Tue, 16 Feb 2021 15:40:49 +0200 Subject: [PATCH] Make version static text into a link to versions.html --- docs/source/_templates/layout.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/source/_templates/layout.html diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html new file mode 100644 index 0000000000..6d329de72d --- /dev/null +++ b/docs/source/_templates/layout.html @@ -0,0 +1,8 @@ +{% extends "!layout.html" %} + +{% block sidebartitle %} +
+ {{ version }} ▼ +
+ {% include "searchbox.html" %} +{% endblock %}