I'm working on a project that includes some notebooks in the documentation. We have both plots created with matplotlib and plotly in those. The axis titles of those plots contain latex in order to render units nicely. At the moment the matplotlib ones render properly whereas the plotly latex is not rendered in the documentation. Both render perfectly fine when used interactively.
You can reproduce this issue by checking out the corresponding branch installing the dependencies and generating the documentation.
I'm currently using the following versions:
nbsphinx==0.5.0
Sphinx==2.3.1
I'm working on a project that includes some notebooks in the documentation. We have both plots created with matplotlib and plotly in those. The axis titles of those plots contain latex in order to render units nicely. At the moment the matplotlib ones render properly whereas the plotly latex is not rendered in the documentation. Both render perfectly fine when used interactively.
You can reproduce this issue by checking out the corresponding branch installing the dependencies and generating the documentation.
I'm currently using the following versions: