From 3667e79f056aa805bdb713b3173520ab3132292b Mon Sep 17 00:00:00 2001 From: Don Naro Date: Thu, 20 Nov 2025 17:12:33 +0000 Subject: [PATCH] Disable version switcher in theme (#3290) * disable version switcher in theme * Update docs/docsite/rst/conf.py Co-authored-by: Felix Fontein --------- Co-authored-by: Felix Fontein (cherry picked from commit 2aada29638a9ad769e3a8c7d66868a4408e0d9b7) --- docs/docsite/rst/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index d397484f71..e97b714d9c 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -231,7 +231,9 @@ 'satellite_tracking': True, 'show_extranav': True, 'tag_manager_id': 'GTM-PSB293', - 'vcs_pageview_mode': 'edit' + 'vcs_pageview_mode': 'edit', + 'display_version': False, + 'version_selector': False, } html_context = {