Skip to content

Commit 51ec30d

Browse files
committed
Fix jupyter-sphinx warning
Signed-off-by: martinRenou <[email protected]>
1 parent abed44e commit 51ec30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sphinx_rtd_theme
33

44
extensions = [
5-
'jupyter_sphinx.execute',
5+
'jupyter_sphinx',
66
]
77

88
templates_path = ['_templates']

0 commit comments

Comments
 (0)