Skip to content

Commit 8664a76

Browse files
authored
Merge pull request #40 from EXP-code/The9Cat-patch-1
Add nbsphinx-link to installation instructions
2 parents 9f25876 + 3d13107 commit 8664a76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@ install it along with the ReadTheDocs theme, run the following commands:
1616

1717
pip install sphinx
1818
pip install sphinx-rtd-theme
19+
pip install nbsphinx-link
1920

2021
For a Linux system with `apt` (e.g. Ubuntu), you can do:
2122

2223
::
2324

2425
apt-get install python3-sphinx python3-sphinx-rtd-theme
2526

27+
Note: The `nbsphinx-link` package is needed to process Python notebook examples
28+
but is not available via apt. It may be installed using pip:
2629

30+
pip install nbsphinx-link
2731

2832
Compile the documentation
2933
-------------------------

0 commit comments

Comments
 (0)