-
Notifications
You must be signed in to change notification settings - Fork 904
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
Remove the loading of unused CSS files in the docs #3668
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽 for now to remove the console errors, but at some point I'll try to get these to a kedro-sphinx-theme
of sorts back in version control #3586
Thanks @tynandebold !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @tynandebold ⭐
I cherry picked this in #3675 |
Signed-off-by: Merel Theisen <[email protected]>
Signed-off-by: Merel Theisen <[email protected]>
…ttings (#3677) * Update pipeline create and delete commands to work with base env in the settings Signed-off-by: Ankita Katiyar <[email protected]> * Return default base value Signed-off-by: Ankita Katiyar <[email protected]> * Ignore unused ignores mypy Signed-off-by: Ankita Katiyar <[email protected]> --------- Signed-off-by: Ankita Katiyar <[email protected]> Signed-off-by: Merel Theisen <[email protected]>
* provide error message outside of kedro project with rich style Signed-off-by: Nok Lam Chan <[email protected]> * change to add custom click message on error instead of overriding get_commands Signed-off-by: Nok Lam Chan <[email protected]> * add test Signed-off-by: Nok Lam Chan <[email protected]> * clean up Signed-off-by: Nok Lam Chan <[email protected]> * catch the error message from click Signed-off-by: Nok Lam Chan <[email protected]> * fix unitests Signed-off-by: Nok Lam Chan <[email protected]> * Update error message Signed-off-by: Nok Lam Chan <[email protected]> * move color constant to the upper module Signed-off-by: Nok Lam Chan <[email protected]> * fix imports Signed-off-by: Nok Lam Chan <[email protected]> * release note Signed-off-by: Nok <[email protected]> --------- Signed-off-by: Nok Lam Chan <[email protected]> Signed-off-by: Nok <[email protected]> Signed-off-by: Merel Theisen <[email protected]>
Signed-off-by: Merel Theisen <[email protected]>
1281b77
to
ea2ac55
Compare
Description
I saw some console errors and noticed some CSS was being loaded using the old pattern.
Development notes
I've removed those lines so these errors should disappear.
Developer Certificate of Origin
We need all contributions to comply with the Developer Certificate of Origin (DCO). All commits must be signed off by including a
Signed-off-by
line in the commit message. See our wiki for guidance.If your PR is blocked due to unsigned commits, then you must follow the instructions under "Rebase the branch" on the GitHub Checks page for your PR. This will retroactively add the sign-off to all unsigned commits and allow the DCO check to pass.
Checklist
RELEASE.md
file