diff --git a/doc/source/conf.py b/doc/source/conf.py index bf4fd3d..f4786d4 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,8 +23,6 @@ sys.path.insert(0, os.path.abspath('../..')) # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ 'sphinx.ext.autodoc', - #'sphinx.ext.intersphinx', - 'oslosphinx', 'yasfb', ]