Matthias Geier
Matthias Geier
Thanks for the MRE and for the additional information! I can reproduce the problem, but I think you have already found the solution. Is there anything to do in `nbphinx`?...
In general, I tried to keep `nbconvert`'s behavior as much as possible in `nbsphinx` unless there is a good reason to diverge. In this case, I did even go the...
Thanks for this PR! Sadly, it doesn't seem to work, see the rendered documentation of "widgets": https://nbsphinx--853.org.readthedocs.build/en/853/code-cells.html#Interactive-Widgets-(HTML-only) There's an error in the JavaScript console that's probably related: ``` Uncaught ReferenceError:...
> However when lookin into other PRs like #849 I think your CI is broken :-) Yes, see #844, help is always welcome. But this should be independent, right?
Thanks for this PR! I think it would be great for Sphinx to have native support for a dark mode, but we should make sure that doesn't badly interact with...
Thanks for reporting this! I don't see any reason not to update the default ... would you like to make a PR?
I've used this before: ```css overflow-wrap: break-word; ``` Can anyone tell which one is better in this case?
> it seems as though `word-break` is actually deprecated. I'm not an expert, but AFAIU your SO link (and https://developer.mozilla.org/en-US/docs/Web/CSS/word-break), only `word-break: break-word;` is deprecated but `word-break: break-all;` should be...
I took the liberty of fixing the code formatting in your Markdown. Can you please try the same thing without involving conda/miniconda/...?
This might be related: #10641