diff options
author | John Dickinson <me@not.mn> | 2016-08-11 15:15:06 -0700 |
---|---|---|
committer | John Dickinson <me@not.mn> | 2016-08-11 15:15:06 -0700 |
commit | ed4ee7927369cdd5056a3347edad674c3e9ee160 (patch) | |
tree | 965053baef6b62a89ec8248e12da2c987de3889e /doc/source | |
parent | 2766744ba1a8296990882420714a794e7a4f216f (diff) | |
download | python-swiftclient-ed4ee7927369cdd5056a3347edad674c3e9ee160.tar.gz |
reenable sidebar links
uses new method from https://review.openstack.org/#/c/340509/
Change-Id: I4d19b71b632546fc2e5d5dac2b0d8d43152dabed
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 = [] |