Loading jupyter/docs/Source/conf.py +4 −6 Original line number Diff line number Diff line Loading @@ -15,12 +15,10 @@ import sys sys.path.insert(0, os.path.abspath('../')) #extensions = [ # 'jupyter_sphinx', # 'sphinx.ext.autodoc', # ] extensions = ['sphinx.ext.autodoc',] extensions = [ 'jupyter_sphinx', 'sphinx.ext.autodoc', ] templates_path = ['_templates'] Loading Loading
jupyter/docs/Source/conf.py +4 −6 Original line number Diff line number Diff line Loading @@ -15,12 +15,10 @@ import sys sys.path.insert(0, os.path.abspath('../')) #extensions = [ # 'jupyter_sphinx', # 'sphinx.ext.autodoc', # ] extensions = ['sphinx.ext.autodoc',] extensions = [ 'jupyter_sphinx', 'sphinx.ext.autodoc', ] templates_path = ['_templates'] Loading