From 2a4c74619b1c9ca35e8648e3f64b61a6a9aa241a 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']