summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-12-04 14:19:09 +0900
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-12-04 09:42:26 +0000
commitff9dc3e14e7d4e48ea8039a77bc693cf81aec735 (patch)
tree63a8e9307f628689fe70e891984fc46771fa7a20 /docs
parentc4fc0f6cc37f32d3250092266dc640486b32c2cb (diff)
docs: add sphinx extension 'httpdomain' to default
Change-Id: I07cbbec02bbd995e66d6fd5965aecff3bb2e1dee Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/etc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/etc/conf.py b/docs/etc/conf.py
index 147c50b7d..06ae7be01 100644
--- a/docs/etc/conf.py
+++ b/docs/etc/conf.py
@@ -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'