Replies: 4 comments 1 reply
-
|
thanks for the tip @choldgraf the URL I am using here returns a html page, while obvisouly some JSON is expected instead, but I could not guess how to tweak it properly |
Beta Was this translation helpful? Give feedback.
-
|
For now, you need to use an absolute URL to a ZIP file, e.g. In future, I'd like us to support a more structured approach here, e.g. URL + branch fields. That would be a good first issue. |
Beta Was this translation helpful? Give feedback.
-
|
indeed, this now works better, thanks ! :) |
Beta Was this translation helpful? Give feedback.
-
|
for the record, a proposal for a nicer release mechanism, that would make this (use an old theme version) simpler |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Mini-tutorial for those who want to use a version of the myst-theme other than the latest release.
Normally you specify a
themeortemplatewith thesite.templateoption like so:However, templating allows you to provide full git repositories and refs. Providing a string is really a short-hand for referencing repositories in the
myst-templatesorganization. The configuration above is equivalent to:So if you'd like to use an old tag, you should be able to find old commits here and use a template from a specific commit by linking to the
.zipfile for that commit / tag / etc, like so:Beta Was this translation helpful? Give feedback.
All reactions