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:
Dougal Matthews 2018-01-25 11:03:49 +00:00 committed by Renat Akhmerov
parent 1b5d92cb1d
commit 0aaa43b469

View File

@ -32,7 +32,6 @@ extensions = [
'sphinx.ext.autodoc',
'sphinxcontrib.autohttp.flask',
'sphinxcontrib.pecanwsme.rest',
'wsmeext.sphinxext',
]
if not on_rtd: