Matthias Geier
Matthias Geier
Can you please provide a minimal example to reproduce this problem? Does it work on `nbviewer`? Does it work with `nbconvert`? Same procedure as in #128 ...
Thanks for the details! There seems to be some interaction with the RTD theme, they seem to define a `require()` function for some reason? Can you please try a different...
@wellcaffeinated It looks like Plotly assumes MathJax version 2, but Sphinx (and `nbsphinx`) have recently switched to version 3. You can switch back to MathJax 2 as shown in https://github.com/spatialaudio/nbsphinx/issues/572#issuecomment-853389268.
Thanks for your suggestion! Could you please provide examples and/or screenshots that illustrate the situation?
I've just seen that the `sphinxtr` project did some tuning for LaTeX tables: https://github.com/jterrace/sphinxtr Did you have a look at that?
Thanks for creating this issue, I hope somebody will fix this!
@1kastner I've moved the first part to its own issue: #667. About the second part: I don't really know how the TOC is created. I've written my speculations at https://github.com/spatialaudio/nbsphinx/issues/152#issuecomment-353715736,...
In case somebody is interested: I have created an auto-hiding topbar in my Sphinx theme: https://insipid-sphinx-theme.readthedocs.io/ The relevant JavaScript code is in https://github.com/mgeier/insipid-sphinx-theme/blob/master/src/insipid_sphinx_theme/insipid/static/insipid.js.
I've created a proof of concept: https://github.com/readthedocs/readthedocs.org/pull/9297 With such a thing, loading the webfont (and some of the CSS) could be avoided.
> The FA icons' availability in `sphinx_rtd_theme` have become known and used. Yes, but if I understand correctly, the FA webfont is loaded separately when the RTD theme is used....