Disable the wsme Sphinx extension from the API ref docs
This causes the following error:
while setting up extension wsmeext.sphinxext: directive 'autoattribute' is
already registered, it will be overridden
Change-Id: I22af68e8a455dd5b71ee427c81ae99f3d1391195
This commit is contained in:
committed by
Renat Akhmerov
parent
1b5d92cb1d
commit
0aaa43b469
@@ -32,7 +32,6 @@ extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinxcontrib.autohttp.flask',
|
||||
'sphinxcontrib.pecanwsme.rest',
|
||||
'wsmeext.sphinxext',
|
||||
]
|
||||
|
||||
if not on_rtd:
|
||||
|
||||
Reference in New Issue
Block a user