From ed4ee7927369cdd5056a3347edad674c3e9ee160 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Thu, 11 Aug 2016 15:15:06 -0700 Subject: reenable sidebar links uses new method from https://review.openstack.org/#/c/340509/ Change-Id: I4d19b71b632546fc2e5d5dac2b0d8d43152dabed --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 0b3e7e1..5af77b2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -111,6 +111,8 @@ pygments_style = 'sphinx' # documentation. # html_theme_options = {} +html_theme_options = {'show_other_versions': True} + # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] -- cgit v1.2.1