From ba434c2f22c2080b34a77060ac2185d6ff1319cb Mon Sep 17 00:00:00 2001 From: Stan Lagun Date: Thu, 10 Nov 2016 15:12:11 -0800 Subject: [PATCH] Remove oslosphinx from sphinx extensions Change-Id: I29a3b379761cc85ea4d78d60cebf6a985e8cde0f --- doc/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3e7ece5..7ced9c6 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,8 +23,7 @@ sys.path.insert(0, os.path.join(os.path.abspath('.'), '_exts')) # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ 'sphinx.ext.autodoc', - # 'sphinx.ext.intersphinx', - 'oslosphinx', + # 'oslosphinx', 'yaqlautodoc' ]