Merge pull request #367 from channelcat/fix-rtd-build

Fix readthedocs includes
This commit is contained in:
Channel Cat 2017-01-29 16:46:48 -08:00 committed by GitHub
commit a245e54bd3

View File

@ -22,9 +22,7 @@ import sanic
# -- General configuration ------------------------------------------------
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages']
extensions = []
templates_path = ['_templates']