diff options
-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' |