Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,18 @@ install it along with the ReadTheDocs theme, run the following commands:

pip install sphinx
pip install sphinx-rtd-theme
pip install nbsphinx-link

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

::

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

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

pip install nbsphinx-link

Compile the documentation
-------------------------
Expand Down