Fix readthedocs includes

This commit is contained in:
Channel Cat 2017-01-29 16:46:16 -08:00
parent 0de6bb0063
commit 52e485cce9

View File

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