From 52e485cce9ca830f442c71a6a5235cde7bb25ae4 Mon Sep 17 00:00:00 2001 From: Channel Cat Date: Sun, 29 Jan 2017 16:46:16 -0800 Subject: [PATCH] Fix readthedocs includes --- docs/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c929e9e7..21b9b9cf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,9 +22,7 @@ import sanic # -- General configuration ------------------------------------------------ -extensions = ['sphinx.ext.autodoc', - 'sphinx.ext.viewcode', - 'sphinx.ext.githubpages'] +extensions = [] templates_path = ['_templates']