Description
Hello, thanks for making this awesome library!
I am trying to embed a plotly figure in sphinx documentation by plotting inside Jupyter Notebook, but Latex in the axes in the plotly figure is not rendered, and all I see is code that was supposed to generate the Latex-based axes title.
Something like this:
As mentioned here, MathJax is not loaded until a math object is detected in the sphinx documentation. So I tried adding a cell with latex in it and the axes titles are rendered properly.
However, I think this doesn't look appealing, and wondered if there is a different way to do it. If I export the figure in HTML using the include_mathjax
argument, axes labels are rendered properly. It's just when I build the documentation using sphinx.
For references, please see:
spatialaudio/nbsphinx#369
sphinx-doc/sphinx#6981
and this