Chris Holdgraf
Chris Holdgraf
Hmmmm I wonder if the theme is expecting some now-deprecated configuration and breaking as a result. The CSS rules should now have `@print` rules so that we don't need to...
This actually seems to be acting as we'd expect on `master` of this repository. I tried building the `master` branch of this repo with: ``` tox -e docs-update singlehtml ```...
I'm not sure if this is an issue in javascript or not, but a constant problem with this in python is what to do about comments. People don't like it...
Thanks for bringing this up - right now it's not possible since we are using a 1-to-1 mapping of myst notebooks onto `ipynb` files, and `ipynb` has no concept of...
What if we had support for variables and use that to let authors construct the path. e.g.: Don't use any folder structure, just the page name: ``` slug_structure: /:filename ```...
I believe the way that sphinx distinguishes these is with the `{guilabel}` role, which is similar to `kbd` but doesn't do the "separating out" that `{kbd}` does (so `` {kbd}`a...
I'm not sure - it'll depend on how complex the logic is to parse the toc and decide what to do with the contents. I added a little "implementation" section...
Here's what I'd suggest: - your proposal sounds good to me - `site.options.toc.open_in_new_tab` to define defaults (so we group `toc` options in a single space) - default to `true` -...
I wonder if it's because those libraries are calling a display function directly, and then we are doubling that output by calling display ourselves in the cell's code?
My recommendation would be to try out the new build engine that's being developed at https://mystmd.org, and will be the document engine for Jupyter Book 2.0 ([out in alpha now](https://blog.jupyterbook.org/posts/2024-11-15-jupyter-book-2-alpha))....