From 96b305fe8e49bf929662e78017f980c08c96b756 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Thu, 28 May 2020 10:58:07 -0400 Subject: [PATCH] [doc] Add sphinx.ext.githubpages to conf.py.in --- doc/conf.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py.in b/doc/conf.py.in index a7656ea9..3a39d925 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -13,6 +13,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx.ext.autosummary', + 'sphinx.ext.githubpages', 'matplotlib.sphinxext.plot_directive', 'autorun', 'numpydoc']