Skip to content

Conversation

@star1327p
Copy link
Contributor

@star1327p star1327p commented Oct 27, 2025

We don't put the end year in copyright anymore, according to scipy PR 23872 and scipy PR 22300.

@netlify
Copy link

netlify bot commented Oct 27, 2025

Deploy Preview for scipy-org failed.

Built without sensitive environment variables

Name Link
🔨 Latest commit d7e7beb
🔍 Latest deploy log https://app.netlify.com/projects/scipy-org/deploys/68ffc959944e4f00077756df

@star1327p star1327p changed the title MAINT: bump copyright to 2025 MAINT: remove end year from copyright Oct 27, 2025
Copy link
Member

@lucascolley lucascolley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, thanks as always @star1327p !

@lucascolley
Copy link
Member

@tylerjereddy any idea what's up with netlify?

@tylerjereddy
Copy link
Contributor

I'm not sure, the first failure in the log involves type stubs (below). Must be @jorenham's fault (I'm kidding--I'm not sure what is going on).

1:35:28 PM:   ✖ FAIL fragment-check public/ja/install/index.html --> /ja/install/#type-stubs
1:35:28 PM:   | operator: fragment-check
1:35:28 PM:   | expected: id="type-stubs"
1:35:28 PM:   |       at: public/ja/install/index.html:166:10 <a href="/ja/install/#type-stubs">...</a>

The log does have a ton of Dart Sass: DEPRECATED, but might just be a red herring. Maybe we need to compare a recent succeeding log with this new failing one.

Seems hard to image the diff here could be causing the problem.

@jorenham
Copy link
Member

jorenham commented Oct 27, 2025

Must be @jorenham's fault (I'm kidding--I'm not sure what is going on).

I usually blame mypy in situations like these 😛. But in these case, seeing as there's also another similar error, maybe we could just blame pip instead:

8:35:28 PM:   ✖ FAIL fragment-check public/ja/beginner-install/index.html --> /ja/install/#installing-with-pip
8:35:28 PM:   | operator: fragment-check
8:35:28 PM:   | expected: id="installing-with-pip"
8:35:28 PM:   |       at: public/ja/beginner-install/index.html:196:127 <a href="/ja/install/#installing-with-pip">...</a>

Anyway, jokes aside, I have some wild guesses:

These errors "feel" more like warnings to me, so maybe there's a CI config that causes warnings to be reported as errors, like in https://answers.netlify.com/t/build-script-returned-non-zero-exit-code-2-appears-when-i-try-to-deploy-site/101436/2 ?

Or, seeing as this is failing for the Japanese docs; maybe there's a i18n/l10n issue that's causing mismatches between id="..." and the fragment names?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants