File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,20 @@ or conda:
27
27
28
28
Enabling the extension
29
29
----------------------
30
- To enable the extension, add ``jupyter_sphinx.execute `` to your enabled extensions in
31
- ``conf.py ``.
30
+
31
+ To enable the extension, add ``jupyter_sphinx `` to your enabled extensions in
32
+ ``conf.py ``:
33
+
34
+ .. code-block :: python
35
+
36
+ extensions = [
37
+ ' jupyter_sphinx' ,
38
+ ]
39
+
40
+
41
+ .. note ::
42
+
43
+ Since `0.3.03, ``jupyter_sphinx.execute `` is deprecated. Simply use ``jupyter_sphinx `` instead.
32
44
33
45
Basic Usage
34
46
-----------
@@ -423,4 +435,4 @@ Release 0.3.0
423
435
~~~~~~~~~~~~~
424
436
425
437
- Switch the extension name to ``jupyter-sphinx ``, deprecate ``jupyter-sphinx.execute ``.
426
- - Miscellaneous bugfixes following the restructuring of the codebase.
438
+ - Miscellaneous bugfixes following the restructuring of the codebase.
You can’t perform that action at this time.
0 commit comments