Chris Holdgraf

Results 1768 comments of Chris Holdgraf

since we're talking about RTD-only extensions, there's also this nifty extension to provide hover tooltips: https://pypi.org/project/sphinx-hoverxref/

@chrisjsewell yeah, I am hoping we can convince RTD to special-case jupyter books so that people can use these extensions in their books if they use RTD...

right now RTD only supports "regular" sphinx builds, mkdocs, and maybe one or two other documentation engines. Since Jupyter Book builds books with `jupyter-book build mybook/` rather than `make html`...

I think a challenge that you're going to run into here is that the relative links will change for each page (Sphinx makes all of its cross-reference links relative to...

My feeling is that re-working this theme to embed an `` block via an iframe would be too much customization for this theme specifically, as this is a pretty particular...

FWIW, here's my code for handling the scrollbar in Jupyter Book: https://github.com/jupyter/jupyter-book/blob/master/jupyter_book/book_template/assets/js/scripts.js#L164 It's not too many lines - basically you just add an eventlistener for "scroll" and check if the...

@jorisvandenbossche shrink the page to a narrower width. Feedback I got was that on a laptop or desktop, having the navbar show/hide was a distraction, but that it would be...

@AakashGfude this looks good in general to me, though I'm a bit surprised at how many changed lines of code there are. Are those just rearrangements? Could you please: -...

A quick thought - could you update our layout figure at the link below to include this? - https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/layout.html This will also make it easier to figure out what exactly...