summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblsaws <blsaws@hotmail.com>2015-11-11 09:50:21 -0800
committerblsaws <blsaws@hotmail.com>2015-11-11 09:50:21 -0800
commit09ad21ca28f9ab7a2722a5e0aab5a83fd022c4d3 (patch)
tree3049e04b342b1e678f082f0c7a2aa17a39a3548e
parent9186f91fdd23b59404e90988ca9ee2172797e8e2 (diff)
Move conf.py to /etc
Change-Id: Idcdf8bba4aed2de9380d8441816d26152dad52e1 Signed-off-by: blsaws <blsaws@hotmail.com>
-rw-r--r--etc/conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/conf.py b/etc/conf.py
index 486983f..cff2d96 100644
--- a/etc/conf.py
+++ b/etc/conf.py
@@ -17,8 +17,9 @@ source_suffix = '.rst'
master_doc = 'index'
pygments_style = 'sphinx'
html_use_index = False
+html_theme = 'sphinx_rtd_theme'
-pdf_documents = [('index', u'Copper', u'Copper Project', u'OPNFV')]
+pdf_documents = [('index', u'OPNFV', u'OPNFV Project', u'OPNFV')]
pdf_fit_mode = "shrink"
pdf_stylesheets = ['sphinx','kerning','a4']
#latex_domain_indices = False
@@ -28,7 +29,7 @@ latex_elements = {
'printindex': '',
}
-project = u'Copper: Virtual Infrastructure Deployment Policies'
+project = u'OPNFV: Template documentation config'
copyright = u'%s, OPNFV' % datetime.date.today().year
version = u'1.0.0'
-release = u'1.0.0' \ No newline at end of file
+release = u'1.0.0'