File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,3 @@ dependencies:
1111- scikit-image
1212- sphinx
1313- nbsphinx
14- - jupyter_sphinx
Original file line number Diff line number Diff line change 3131 'sphinx.ext.todo' ,
3232 'autodoc_traits' ,
3333 'nbsphinx' ,
34- 'jupyter_sphinx.embed_widgets' ,
3534 'nbsphinx_link' ,
3635]
3736
@@ -208,8 +207,6 @@ def setup(app):
208207 finally :
209208 os .chdir (popd )
210209
211- app .setup_extension ('jupyter_sphinx.embed_widgets' )
212-
213210 def add_scripts (app ):
214211 for fname in ['jupyter-threejs.js' ]:
215212 if not os .path .exists (os .path .join (here , '_static' , fname )):
Original file line number Diff line number Diff line change 8686 'docs' : [
8787 'sphinx>=1.5' ,
8888 'nbsphinx>=0.2.13' ,
89- 'jupyter_sphinx' ,
9089 'nbsphinx-link' ,
9190 ]
9291 },
You can’t perform that action at this time.
0 commit comments