summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/etc/conf.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/etc/conf.py b/docs/etc/conf.py
index 6245cc069..f42b11055 100644
--- a/docs/etc/conf.py
+++ b/docs/etc/conf.py
@@ -2,7 +2,11 @@
Base configuration file for sphinx-build.
You can override this configuration by putting 'conf.py' in the document
-directory (e.g. how-to-use-docs/conf.py).
+directory (e.g. how-to-use-docs/conf.py). If there is no 'conf.py' in the
+document directory, this file will be copied to that directory before the
+document builder jobs in 'opnfv-docs-verify' and 'opnfv-docs-merge'.
+The logo image (opnfv-logo.png) will be also copied from
+docs/etc/opnfv-logo.png during the build jobs.
'''
import datetime
@@ -13,10 +17,10 @@ pygments_style = 'sphinx'
html_use_index = False
numfig = True
-html_logo = '../etc/opnfv-logo.png'
+html_logo = 'opnfv-logo.png'
latex_elements = {'printindex': ''}
-latex_logo = '../etc/opnfv-logo.png'
+latex_logo = 'opnfv-logo.png'
copyright = u'%s, OPNFV' % datetime.date.today().year
version = u'1.0.0'