diff options
author | Luke Hinds <luke.hinds@nokia.com> | 2015-11-10 18:57:43 +0000 |
---|---|---|
committer | Luke Hinds <luke.hinds@nokia.com> | 2015-11-10 19:02:04 +0000 |
commit | 18140941aa30ef189615367185c63cc761d74bbb (patch) | |
tree | 9b0022fbb47dcaf75f0abdfbce33b2f2fe72678f /docs/etc | |
parent | 256683072fb4c5b0bba36ddfd273b9bab0213945 (diff) |
Added opnfv-security-guide
Modified conf.py to include RTD theme.... html_theme = 'sphinx_rtd_theme'
Change-Id: I9b004725ba4ca6606ad8b9e8700f4395ccdeafaa
Signed-off-by: Luke Hinds <luke.hinds@nokia.com>
Diffstat (limited to 'docs/etc')
-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 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" |