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']