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