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:
parent
7805ec4306
commit
4f9c5b6048
@ -48,6 +48,7 @@ extensions = [
|
||||
'sphinxcontrib.pecanwsme.rest',
|
||||
'stevedore.sphinxext',
|
||||
'oslo_config.sphinxconfiggen',
|
||||
'sphinxcontrib.httpdomain',
|
||||
]
|
||||
|
||||
config_generator_config_file = os.path.join(ROOT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user