Docs: show other versions

Change-Id: I9bc19aa9dcea6dad242d93cecfb4f201ae855463
This commit is contained in:
chenxing 2020-02-11 19:18:55 +08:00
parent d5a3c74b16
commit b41311f128

View File

@ -69,6 +69,10 @@ pygments_style = 'sphinx'
html_theme = 'openstackdocs'
# html_static_path = ['static']
html_theme_options = {
"show_other_versions": True,
}
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project