Remove 'sphinxcontrib.autohttp.flask' from sphinx config

* After updating Sphinx to 1.6.2 Sphinx this extension got broken
  and our Mistral "doc" CI job too
* We don't use Flask in the project anyway

Change-Id: I051ec26e155344684b69bad6a50f2162febbc928
This commit is contained in:
Renat Akhmerov 2017-06-02 13:20:54 +07:00
parent b909ca2205
commit 35db34c257
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ sys.path.insert(0, os.path.abspath('./'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
'sphinxcontrib.autohttp.flask',
'sphinxcontrib.pecanwsme.rest',
'wsmeext.sphinxext',
]