mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
* 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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user