Closed adosar closed 2 months ago
Can you please provide a minimal reproducible example?
As a quick stab in the dark, you can also try to set nbsphinx_requirejs_path
to the empty string.
https://nbsphinx.readthedocs.io/en/0.9.4/configuration.html#nbsphinx_requirejs_path
@adosar Any news on this?
@mgeier For a MWE, you can clone this repository. Just comment (uncomment) the extensions
variable in conf.py
.
@adosar Did you try my suggestion from https://github.com/spatialaudio/nbsphinx/issues/800#issuecomment-2179383584?
@mgeier I will try it out asap and let you know!
@mgeier It works by setting nbsphinx_requirejs_path
to the empty string as suggested!
I am using Sphinx to build the documentation for my package, and inside an
.rst
file I have the following content:which renders an interactive Plotly figure. Eveyrthing works fine until I add
'nbsphinx'
in theextensions
(inconf.py
).