Add sphinx extensions 07/6207/2
authorAna C <ana.cunha@ericsson.com>
Mon, 11 Jan 2016 16:55:53 +0000 (17:55 +0100)
committerAna C <ana.cunha@ericsson.com>
Tue, 12 Jan 2016 08:04:00 +0000 (09:04 +0100)
This change adds following sphinx extensions:
- sphinx.ext.autodoc
- sphinx.ext.viewcode
- sphinx.ext.napoleon

JIRA: -

Change-Id: I97d8ead38fd8e83b98f5083d0e24dd1a084014c9
Signed-off-by: Ana C <ana.cunha@ericsson.com>
docs/etc/conf.py

index d10868d..8540f99 100644 (file)
@@ -15,7 +15,10 @@ we encourage you to propose a change in the releng repository.
 For further guidance see the https://wiki.opnfv.org/documentation/tools page.
 '''
 
-extensions = ['sphinxcontrib.httpdomain']
+extensions = ['sphinxcontrib.httpdomain',
+              'sphinx.ext.autodoc',
+              'sphinx.ext.viewcode',
+              'sphinx.ext.napoleon']
 
 needs_sphinx = '1.3'
 master_doc = 'index'