From aa2fc81ea3a98aa437c43c5bf74512eece809b21 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:40:05 +0200 Subject: [PATCH] [3.12] Doc: Render version/language selector on Read the Docs (GH-116966) (#118038) Co-authored-by: Manuel Kaufmann --- Doc/tools/templates/layout.html | 86 +++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index 9498b2ccc5af..3c12b01b558f 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -41,4 +41,90 @@ {{ "}" }} {{ super() }} + + + {% endblock %} -- 2.47.3