autophagy/insegel

Incompatibility with nbsphinx.

Closed this issue · 2 comments

Hi there, lovely theme!

Unfortunately it doesn't seem to work nicely with nbsphinx, a tool to include Jupyter Notebooks in Sphinx generated documentation. Specifically, <pre> elements (products of Python warnings) don't overflow nicely.

Screen Shot 2021-06-28 at 15 18 57

Fixed by adding the following CSS:

pre {
white-space: pre-wrap;
}

I'll try to make a PR for this.

This was addressed with #10 - but i'll leave this open until I create a new release containing the fix. 🙂

This has been released with 1.2.0.