diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2016-01-12 12:13:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-12 12:13:01 +0000 |
commit | 23038f2ef0951d2aa79a7f5a3b2beec55f6e9cda (patch) | |
tree | 68706cfcd1d0f99b0e715440aa93b230d26f3d3b | |
parent | d4b05552a6bbf0374dc24339e44a31bf3c0ae084 (diff) | |
parent | c71288fd3a97eb6cbd7e7cf51fe2cebb1d1bda22 (diff) |
Merge "Add sphinx extensions"
-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' |