diff --git a/doc/source/conf.py b/doc/source/conf.py index cd5045caf4..fd4d7e18ee 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 diff --git a/doc/source/index.rst b/doc/source/index.rst index baa705ab89..7899a79e9d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -38,9 +38,8 @@ Site Notes This documentation is continually updated and may not represent the state of the project at any specific prior release. To access documentation for a -previous release of kolla, append the OpenStack release name to the URL. For -example, to access Kolla documentation for the Stein release: -https://docs.openstack.org/kolla/stein +previous release of kolla, choose one of the OpenStack release names on +the right of the title. Administrator Guide ===================