Skip to content

Commit b321799

Browse files
patchback[bot]oraNodfelixfontein
authored
Disable version switcher in theme (#3290) (#3295)
* 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 5dd7a32 commit b321799

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
@@ -231,7 +231,9 @@
231231
'satellite_tracking': True,
232232
'show_extranav': True,
233233
'tag_manager_id': 'GTM-PSB293',
234-
'vcs_pageview_mode': 'edit'
234+
'vcs_pageview_mode': 'edit',
235+
'display_version': False,
236+
'version_selector': False,
235237
}
236238

237239
html_context = {

0 commit comments

Comments
 (0)