Remove oslosphinx from sphinx extensions

Change-Id: I29a3b379761cc85ea4d78d60cebf6a985e8cde0f
This commit is contained in:
Stan Lagun 2016-11-10 15:12:11 -08:00
parent 81ad11b60e
commit ba434c2f22

View File

@ -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 coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
# 'sphinx.ext.intersphinx', # 'oslosphinx',
'oslosphinx',
'yaqlautodoc' 'yaqlautodoc'
] ]