diff options
author | Ana C <ana.cunha@ericsson.com> | 2016-01-11 17:55:53 +0100 |
---|---|---|
committer | Ana C <ana.cunha@ericsson.com> | 2016-01-12 09:04:00 +0100 |
commit | c71288fd3a97eb6cbd7e7cf51fe2cebb1d1bda22 (patch) | |
tree | 27b15485e4e4419edd1a9d58498a5e52aa6d0a8e | |
parent | 9ab895c3451931b4b4562b223e9348e21961cb6e (diff) |
Add sphinx extensions
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>
-rw-r--r-- | docs/etc/conf.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/etc/conf.py b/docs/etc/conf.py index d10868de5..8540f9997 100644 --- a/docs/etc/conf.py +++ b/docs/etc/conf.py @@ -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' |