We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8664a76 commit 93207daCopy full SHA for 93207da
README.rst
@@ -25,9 +25,10 @@ For a Linux system with `apt` (e.g. Ubuntu), you can do:
25
apt-get install python3-sphinx python3-sphinx-rtd-theme
26
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:
+ but is not available via apt. It may be installed in your venv using pip.
29
+ Ubuntu >= 24.04 _requires_ a venv to do this.
30
- pip install nbsphinx-link
31
+ pip install nbsphinx-link
32
33
Compile the documentation
34
-------------------------
0 commit comments