diff options
-rw-r--r-- | docs/etc/conf.py | 2 |
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' |