vidartf / nbsphinx-link

A sphinx extension for including notebook files from outside sphinx source root.
BSD 3-Clause "New" or "Revised" License
37 stars 15 forks source link

Could not import extension nbsphinx-link #19

Closed Blarc closed 2 months ago

Blarc commented 2 years ago

When running make html, I get the following error:

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.

Is nbsphinx-link not supported with Sphinx v4.5.0 ?

hakonanes commented 2 years ago

Can you try adding nbsphinx_link instead of nbsphinx-link?

vidartf commented 2 months ago

Closing, as I believe the solution suggested previously is the correct one (it is also what the README says).