Skip to content

Commit f61dd8e

Browse files
Merge remote-tracking branch 'upstream/master' into issue-140
2 parents cd119b3 + b37e551 commit f61dd8e

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

doc/source/index.rst

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,20 @@ or conda:
2727
2828
Enabling the extension
2929
----------------------
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.2.4, ``jupyter_sphinx.execute`` is deprecated. Simply use ``jupyter_sphinx`` instead.
3244

3345
Basic Usage
3446
-----------
@@ -460,4 +472,4 @@ Release 0.3.0
460472
~~~~~~~~~~~~~
461473

462474
- Switch the extension name to ``jupyter-sphinx``, deprecate ``jupyter-sphinx.execute``.
463-
- Miscellaneous bugfixes following the restructuring of the codebase.
475+
- Miscellaneous bugfixes following the restructuring of the codebase.

jupyter_sphinx/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (0, 3, 1, "final")
1+
version_info = (0, 3, 2, "final")
22

33
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
44

0 commit comments

Comments
 (0)