diff options
Diffstat (limited to 'etc/conf.py')
-rw-r--r-- | etc/conf.py | 7 |
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' |