docs: add sphinx extension 'httpdomain' to default 57/3957/2
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Fri, 4 Dec 2015 05:19:09 +0000 (14:19 +0900)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Fri, 4 Dec 2015 09:42:26 +0000 (09:42 +0000)
Change-Id: I07cbbec02bbd995e66d6fd5965aecff3bb2e1dee
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
docs/etc/conf.py

index 147c50b..06ae7be 100644 (file)
@@ -9,6 +9,8 @@ before the document builder jobs ('opnfv-docs-verify' and 'opnfv-docs-merge').
 See https://wiki.opnfv.org/documentation/tools .
 '''
 
+extensions = ['sphinxcontrib.httpdomain']
+
 needs_sphinx = '1.3'
 master_doc = 'index'
 pygments_style = 'sphinx'