From: blsaws Date: Thu, 3 Dec 2015 17:47:04 +0000 (-0800) Subject: Restore readthedocs theme X-Git-Tag: test-tag~125 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7916c5a19e6a6c55c6836347445b36fe981d1887;p=releng.git Restore readthedocs theme Change-Id: I73abb087e1c47880c71812e366a8bfec5d1ec3b5 Signed-off-by: blsaws --- diff --git a/docs/etc/conf.py b/docs/etc/conf.py index 147c50b7d..2d9e200d7 100644 --- a/docs/etc/conf.py +++ b/docs/etc/conf.py @@ -16,6 +16,7 @@ pygments_style = 'sphinx' html_use_index = False numfig = True html_logo = 'opnfv-logo.png' +html_theme = 'sphinx_rtd_theme' latex_domain_indices = False latex_logo = 'opnfv-logo.png'