From c71288fd3a97eb6cbd7e7cf51fe2cebb1d1bda22 Mon Sep 17 00:00:00 2001 From: Ana C Date: Mon, 11 Jan 2016 17:55:53 +0100 Subject: 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 --- docs/etc/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') 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' -- cgit 1.2.3-korg