Skip to content

Commit 5b53161

Browse files
patchback[bot]oraNodfelixfontein
authored
Disable version switcher in theme (#3290) (#3292)
* disable version switcher in theme * Update docs/docsite/rst/conf.py --------- (cherry picked from commit 2aada29) Co-authored-by: Don Naro <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
1 parent b87422d commit 5b53161

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docsite/rst/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@
227227
'satellite_tracking': True,
228228
'show_extranav': True,
229229
'tag_manager_id': 'GTM-PSB293',
230-
'vcs_pageview_mode': 'edit'
230+
'vcs_pageview_mode': 'edit',
231+
'display_version': False,
232+
'version_selector': False,
231233
}
232234

233235
html_context = {

0 commit comments

Comments
 (0)