-
-
Notifications
You must be signed in to change notification settings - Fork 1
[Colab button] Remove .myst suffix for notebooks launcher
#4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@kp992 the change looks sensible. Are you setup ok for local development and testing? i.e. you are able to run locally against your content? e.g. ChangesetPlease add a (patch) changeset to this PR by running: Post merge workflow
I can set you up with push rights to this repo and the "deployed" theme package over at |
|
This did fix the issue. Verified it by running locally. Thanks @stevejpurves for providing the details to setup that. |
|
@stevejpurves I see a quantecon-theme repo moved under QuantEcon: https://github.com/QuantEcon/quantecon-theme. Do you also plan to shift the current repo under QuantEcon? |
|
let me get back to you @kp992 |
|
@kp992 @stevejpurves I have moved this over to quantecon now as well. The make file might need to be updated with the new repository locations. |
|
Thank you @rowanc1 and @stevejpurves! |
|
Thanks @stevejpurves for the instructions to push the changes. It throws the following error: I haven't worked a lot with JS and so I am really sorry if it's very newbie question. |
|
Oh sorry, the above one just got ignored and worked. But when I do |
|
Here's the PR that I used for running those commands: #8. |
|
@kp992 on the first warning/error you should do 2 things:
The patch package is used when we need to make small changes to dependencies that we are not in control of. Bit of a last resort action, but sometimes we have to use it. See the docs for more https://www.npmjs.com/package/patch-package |
|
On that second era on deployment, that looks like something shifted in the MyST dependencies. I would suggest that in a separate PR you bump all of the MyST theme dependencies to the latest released version. There might be some some changes there that you need to apply, but I would suggest doing that anyway from a maintenance point of view. This area that you're getting definitely looks like something has shifted in those packages, so potentially something's changed again in your lock file. Anyway, my first point of call would be upgrading the mis-themed packages in order to deal with that problem you're seeing at deployment. |
Fixes QuantEcon/quantecon-theme#2.
@stevejpurves Please take a look at the fix for removing
.mystsuffix from the base repo URL.I have a quick question, if the PR is merged, we need to make any changes to https://github.com/curvenote-themes/quantecon? or how do we sync these changes?
cc @mmcky