From b5fb36161d4154705f18287f93137268c4c38d8c 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 e69b38676b..5c7c611221 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -227,7 +227,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 = {