add missing sphinx extension

The sphinxcontrib.httpdomain extension is being installed, but not
initialized. Add it to the list of extensions to eliminate warnings
about the http:get and http:post directives.

Change-Id: I60bd5196ffa0a0bc482a4b40c80cf09b5fa53b95
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-07-14 10:05:53 -04:00
parent 7805ec4306
commit 4f9c5b6048
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ extensions = [
'sphinxcontrib.pecanwsme.rest',
'stevedore.sphinxext',
'oslo_config.sphinxconfiggen',
'sphinxcontrib.httpdomain',
]
config_generator_config_file = os.path.join(ROOT,