Matthias Geier
Matthias Geier
WARNING: I have no clue about SASS, and this is totally untested. This is my attempt to implement this at the proper place: https://github.com/readthedocs/readthedocs.org/pull/7375
Unfortunately, the highlighting of search results has been removed in https://github.com/readthedocs/readthedocs.org/pull/6087. I don't like this, and I think the real problem is that the RTD theme doesn't have a simple...
This has already been asked for in #358 and #361. I think it would be good - to keep it simple - to have several configuration files: - [x] run...
* [ ] Support in JupyterLab: [jupyterlab/jupyterlab#5997](https://github.com/jupyterlab/jupyterlab/pull/5997) * [ ] Support in the Classic Notebook: [jupyter/notebook#4407](https://github.com/jupyter/notebook/pull/4407)
Links to sub-sections on the same page (see https://nbsphinx.readthedocs.io/en/latest/markdown-cells.html#Links-to-Other-Notebooks) are marked as external links (using `class="reference external"`), but they should obviously be internal links. Links to sub-sections on other pages...
_Originally posted by @maartenbreddels in https://github.com/spatialaudio/nbsphinx/pull/392#issuecomment-605880262:_ I plan to manually take screenshots/screen captures of ipyvolume. I'd like to thus manually add the thumbnail. If I do this in conf.py, I...
It has yet to be determined for each of those cases if the problem has to be fixed in the theme itself, in `sphinx_copybutton` or here in `nbsphinx`. A separate...
JupyterLab has a context menu item "Enable Scrolling for Outputs", which is stored in the `scrolled` field in the cell metadata. I guess it would make sense to implement this...
For whatever reason, the first line of dashes and the space between the exception class and the word `Traceback` in the second line is missing. An example can be seen...
This is because of an interference with `sphinx.transforms.SphinxSmartQuotes`. I've asked about this on the Sphinx mailing list, but got no answer: https://groups.google.com/forum/#!topic/sphinx-dev/_LB7mJPosIo If anybody has an idea how to fix...