Closed Blarc closed 2 months ago
When running make html, I get the following error:
make html
Running Sphinx v4.5.0 Extension error: Could not import extension nbsphinx-link (exception: No module named 'nbsphinx-link') make: *** [Makefile:20: html] Error 2
I have installed nbsphinx-link with pip, added it to extensions in conf.py and added it to requirements.txt.
nbsphinx-link
pip
conf.py
requirements.txt
Is nbsphinx-link not supported with Sphinx v4.5.0 ?
Can you try adding nbsphinx_link instead of nbsphinx-link?
nbsphinx_link
Closing, as I believe the solution suggested previously is the correct one (it is also what the README says).
When running
make html
, I get the following error:I have installed
nbsphinx-link
withpip
, added it to extensions inconf.py
and added it torequirements.txt
.Is
nbsphinx-link
not supported with Sphinx v4.5.0 ?