diff options
author | blsaws <blsaws@hotmail.com> | 2015-11-10 14:36:26 -0800 |
---|---|---|
committer | blsaws <blsaws@hotmail.com> | 2015-11-11 09:30:36 -0800 |
commit | 9186f91fdd23b59404e90988ca9ee2172797e8e2 (patch) | |
tree | 4eb7f87f05a34ddf691ca80103436efd534d98af /docs/etc | |
parent | 9a772dc98c27f74ce64171289fe75ffb18e12213 (diff) |
Move design_docs into docs/design
Change HTML theme for sphinx
Fix makefile reference to old design_docs dir
Change-Id: I848115c5901db8dc33aa4157bdbc8af430695f31
Signed-off-by: blsaws <blsaws@hotmail.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 0066035..cff2d96 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" |