summaryrefslogtreecommitdiffstats
path: root/docs/etc/conf.py
diff options
context:
space:
mode:
authorAndrew Sergeev <asergeev@advaoptical.com>2015-11-11 22:21:26 +0200
committerAndrew Sergeev <asergeev@advaoptical.com>2016-01-20 13:26:13 +0200
commit8ab8616350a73e40dea64d0fcd2bbbbc48a4a441 (patch)
treeedfc6b0acf4e0ad0c9b80d1090c18a8d7779b9a2 /docs/etc/conf.py
parentecb3d9d318e10a154de2c028839c0617274a04cd (diff)
initial version
modifyed conf.py Change-Id: I16e451e5519f30cf52ee6b399338092a33728401 Signed-off-by: Andrew Sergeev <asergeev@advaoptical.com>
Diffstat (limited to 'docs/etc/conf.py')
-rw-r--r--docs/etc/conf.py3
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'