diff options
author | blsaws <blsaws@hotmail.com> | 2015-12-03 09:47:04 -0800 |
---|---|---|
committer | blsaws <blsaws@hotmail.com> | 2015-12-03 09:47:04 -0800 |
commit | 7916c5a19e6a6c55c6836347445b36fe981d1887 (patch) | |
tree | de73edba2e53495b01a4733368a582cf6132d57f /docs | |
parent | 0930be5a3cf6465991ec13ba75252f0764aa5e69 (diff) |
Restore readthedocs theme
Change-Id: I73abb087e1c47880c71812e366a8bfec5d1ec3b5
Signed-off-by: blsaws <blsaws@hotmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/etc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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' |