summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/etc/conf.py5
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'