From a7f88f2d81bff43209fb17a75f408df94f17116a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Fri, 7 Feb 2020 18:55:35 +0100 Subject: [PATCH] Docs: show other versions Change-Id: Ib92607d5b5804e6fb166d9c2b20a803e130cb268 --- doc/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index e5dd3f98ea..48bdee8de6 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