Update hugo (0.141.0)#371
Merged
stefanv merged 1 commit intoscientific-python:mainfrom Jan 24, 2025
Merged
Conversation
Member
|
netlify failure is unrelated and is present in the other PR, too. Is there a way to restart the build, or some how fix it? (it's a bit cryptic) |
Member
|
What, I fixed that. Let me take a look. |
Member
|
Theme commit 487192df0a7fcbb7de1e8294cc973054a034272a fixed it once: commit 487192df0a7fcbb7de1e8294cc973054a034272a
Author: Jarrod Millman <jarrod.millman@gmail.com>
Date: Tue Nov 19 13:03:38 2024 -0800
Update mermaid (11.4.0) (#652)
* Update mermaid (11.4.0)
* Skip check-links parsing mermaid module
---------
Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu>
diff --git a/doc/netlify.toml b/doc/netlify.toml
index 709cf46..d76d9be 100644
--- a/doc/netlify.toml
+++ b/doc/netlify.toml
@@ -31,4 +31,4 @@
package = "netlify-plugin-checklinks"
[plugins.inputs]
- skipPatterns = ['https://fonts.gstatic.com', 'https://fonts.googleapis.com']
+ skipPatterns = ['https://fonts.gstatic.com', 'https://fonts.googleapis.com', 'https://cdn.jsdelivr.net']So, looks like we need the same fix here. |
Member
Author
|
Sorry, I was going to add that, but got distracted. I will fix it now. (I should have marked this as draft.) |
119807f to
13ac41f
Compare
stefanv
approved these changes
Jan 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.