From 5a9b292ac4dbd235e1c4cfa96c62bedc94456085 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 25 Mar 2024 12:50:01 -0400 Subject: [PATCH] Docs: Python API: Enable version switch menu --- doc/python_api/sphinx_doc_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index 02df13af1b9..347fe7c09fa 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -1949,7 +1949,7 @@ if html_theme == "furo": "sidebar/scroll-start.html", "sidebar/navigation.html", "sidebar/scroll-end.html", - # "sidebar/variant-selector.html", + "sidebar/variant-selector.html", ] } """)