diff options
author | Andrew Sergeev <asergeev@advaoptical.com> | 2015-11-11 22:21:26 +0200 |
---|---|---|
committer | Andrew Sergeev <asergeev@advaoptical.com> | 2016-01-20 13:26:13 +0200 |
commit | 8ab8616350a73e40dea64d0fcd2bbbbc48a4a441 (patch) | |
tree | edfc6b0acf4e0ad0c9b80d1090c18a8d7779b9a2 /docs/etc | |
parent | ecb3d9d318e10a154de2c028839c0617274a04cd (diff) |
initial version
modifyed conf.py
Change-Id: I16e451e5519f30cf52ee6b399338092a33728401
Signed-off-by: Andrew Sergeev <asergeev@advaoptical.com>
Diffstat (limited to 'docs/etc')
-rw-r--r-- | docs/etc/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/etc/conf.py b/docs/etc/conf.py index 0066035..ea550c3 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" @@ -28,7 +29,7 @@ latex_elements = { 'printindex': '', } -project = u'OPNFV: Template documentation config' +project = u'ENFV: Edge NFV requirements project' copyright = u'%s, OPNFV' % datetime.date.today().year version = u'1.0.0' release = u'1.0.0' |