mystmd icon indicating copy to clipboard operation
mystmd copied to clipboard

support theme URLs that end in .release

Open parmentelat opened this issue 1 month ago • 3 comments
trafficstars

implement an idea described in https://github.com/jupyter-book/mystmd/issues/2317

specifically, this allows a theme endpoint to define a 'download' key as being e.g.

"download": "https://github.com/jupyter-book/myst-theme/book.release"

and then rewrite it into

https://github.com/jupyter-book/myst-theme/releases/download/main/book.zip

parmentelat avatar Oct 11 '25 11:10 parmentelat