summaryrefslogtreecommitdiffstats
path: root/docs/etc
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-27 10:21:22 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-30 11:53:57 +0900
commit055361f3139dc0d028a5df06114941ea9c32c805 (patch)
tree550d877b051d04b053a6488a59335888e63e1c29 /docs/etc
parent664e9c0d49d30d5c02c4aee928d2b197fa40e47c (diff)
update builder script and how-to-use-docs
Change-Id: Ia65ebe61c174dc4129d32148d71505c2a2caf480 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'docs/etc')
-rw-r--r--docs/etc/conf.py20
1 files changed, 7 insertions, 13 deletions
diff --git a/docs/etc/conf.py b/docs/etc/conf.py
index f42b11055..147c50b7d 100644
--- a/docs/etc/conf.py
+++ b/docs/etc/conf.py
@@ -1,15 +1,13 @@
'''
-Base configuration file for sphinx-build.
+Base configuration file for building OPNFV docs
You can override this configuration by putting 'conf.py' in the document
-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.
-'''
+directory (e.g. docs/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 ('opnfv-docs-verify' and 'opnfv-docs-merge').
-import datetime
+See https://wiki.opnfv.org/documentation/tools .
+'''
needs_sphinx = '1.3'
master_doc = 'index'
@@ -19,9 +17,5 @@ html_use_index = False
numfig = True
html_logo = 'opnfv-logo.png'
-latex_elements = {'printindex': ''}
+latex_domain_indices = False
latex_logo = 'opnfv-logo.png'
-
-copyright = u'%s, OPNFV' % datetime.date.today().year
-version = u'1.0.0'
-release = u'1.0.0'