From 18140941aa30ef189615367185c63cc761d74bbb Mon Sep 17 00:00:00 2001 From: Luke Hinds Date: Tue, 10 Nov 2015 18:57:43 +0000 Subject: Added opnfv-security-guide Modified conf.py to include RTD theme.... html_theme = 'sphinx_rtd_theme' Change-Id: I9b004725ba4ca6606ad8b9e8700f4395ccdeafaa Signed-off-by: Luke Hinds --- docs/etc/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/etc') diff --git a/docs/etc/conf.py b/docs/etc/conf.py index 006603516..cff2d96da 100644 --- a/docs/etc/conf.py +++ b/docs/etc/conf.py @@ -17,6 +17,7 @@ source_suffix = '.rst' master_doc = 'index' pygments_style = 'sphinx' html_use_index = False +html_theme = 'sphinx_rtd_theme' pdf_documents = [('index', u'OPNFV', u'OPNFV Project', u'OPNFV')] pdf_fit_mode = "shrink" -- cgit