diff --git a/doc/source/conf.py b/doc/source/conf.py index e5dd3f98eac30be9ec70e89e77940da2c07e221a..48bdee8de68b2413a666bcf979e397b54c69f7a5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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