Enable version picker in master branch

Update conf.py in master branch to turn on doc version selection.

Change-Id: I4420c496a136e6183412aed704aab59e1354fa63
Signed-off-by: MCamp859 <maryx.camp@intel.com>
This commit is contained in:
MCamp859 2021-04-30 15:18:02 -04:00
parent 2356725138
commit 53d86a6d49

View File

@ -180,4 +180,4 @@ starlingxdocs_plus_bug_project = 'starlingx'
starlingxdocs_plus_bug_tag = 'stx.docs'
starlingxdocs_plus_this_version = "latest"
# starlingxdocs_plus_other_versions = [("even later","even-later"),("sooner","sooner")]
starlingxdocs_plus_other_versions = []
starlingxdocs_plus_other_versions = [("Version 5.0","r/stx.5.0")]