Matt McKay

Results 784 comments of Matt McKay

this is a good question though -- will `rtd` use `jupyter-book` or `myst-nb` to build. It will need to use `jupyter-book` to make use of `_config.yml` etc. right?

@choldgraf I think I see what you're saying here. Doesn't it depend on the order in which the app get's initialised. For example if ``` app.set_translator('html', MySTNBHTMLTranslator) ``` get's added...

thanks @choldgraf that thread is really informative. ~~Maybe the best (but not shortest) strategy on this is to add it as a feature upstream in `sphinx`?~~ After doing a bit...

thanks for reporting this @kyleniemeyer. @AakashGfude @choldgraf @chrisjsewell might this be a theme issue? Looking at the `html` from the above example site should `mathjax` be parsing anything surrounded by...

> @mmcky do you know if there has been any progress on this issue? We encountered it recently and were wondering if there was a fix as we would very...

Thanks @DrDrij. @jstac here are a few images of the `generic-theme` that we will deploy with `jupinx` ## Index Page ## TOC ## Lecture Page @DrDrij all the elements presented...

- [x] @mmcky remove the `publish` theme and add in `generic-theme` for editing and local compilation.

- [x] @DrDrij should support tne status badges for `coverage` tests? YES and this is already included. Thankd @DrDrij

hey @DrDrij do we still need `python-html.tpl`?

thanks @DrDrij is this asset missing in `generic-theme`. Is this in `img` or does it need to be in `_static`? ``` ```