From b814a7dbc93ec32f76426d33d66f20d061e339ad Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 17 Apr 2024 17:40:56 +0200 Subject: [PATCH] Doc: Render version/language selector on Read the Docs (GH-116966) (cherry picked from commit ae8dfd2761e4a45afe0adada0f91f371dd121bb8) 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 9498b2ccc5af92..3c12b01b558f83 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -41,4 +41,90 @@ {{ "}" }} {{ super() }} + + + {% endblock %}