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: [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 9498b2c..3c12b01 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -41,4 +41,90 @@ {{ "}" }} {{ super() }} + + + {% endblock %} -- cgit v0.12