Disable version switcher in theme (#3290) (#3294)

* disable version switcher in theme

* Update docs/docsite/rst/conf.py



---------


(cherry picked from commit 2aada29638)

Co-authored-by: Don Naro <dnaro@redhat.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2025-11-20 17:18:52 +00:00
committed by GitHub
parent 814045329b
commit aaee582b65

View File

@@ -231,7 +231,9 @@ html_theme_options = {
'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 = {