I am trying to add a page to my docs with some examples that contain static and interactive (plotly) figures. However, after installing jupyter_sphinx and adding it to my config.py file, the code does not seem to be running and generating the figures.
I don't see any error messages related to this file when building the documentation, so I don't quite understand why it doesn't work. Could you please help me find a solution?
I am trying to add a page to my docs with some examples that contain static and interactive (plotly) figures. However, after installing
jupyter_sphinx
and adding it to myconfig.py
file, the code does not seem to be running and generating the figures.I don't see any error messages related to this file when building the documentation, so I don't quite understand why it doesn't work. Could you please help me find a solution?
Here's my
examples.md
file.