Skip to content
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

ci: remove link checker #2075

Merged
merged 3 commits into from
Jan 5, 2023
Merged

ci: remove link checker #2075

merged 3 commits into from
Jan 5, 2023

Conversation

agoose77
Copy link
Collaborator

@agoose77 agoose77 commented Jan 5, 2023

Discussed with Jim: checking links is useful, but the benefits do not outweigh the drawbacks RE flukiness & build time. In general, links break; we just need to run these tests locally on a schedule to ensure that nothing breaks due to mistyping.

@codecov
Copy link

codecov bot commented Jan 5, 2023

Codecov Report

Merging #2075 (4b877f6) into main (8d7a2c3) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files
Impacted Files Coverage Δ
src/awkward/contents/bytemaskedarray.py 88.80% <0.00%> (+0.25%) ⬆️
src/awkward/operations/ak_fill_none.py 95.00% <0.00%> (+2.31%) ⬆️

@agoose77 agoose77 temporarily deployed to docs-preview January 5, 2023 22:06 — with GitHub Actions Inactive
@agoose77 agoose77 changed the title ci: allow link-check to fail ci: remove link checker Jan 5, 2023
@agoose77 agoose77 temporarily deployed to docs-preview January 5, 2023 22:20 — with GitHub Actions Inactive
Copy link
Member

@jpivarski jpivarski left a comment

Choose a reason for hiding this comment

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

I see that this removes the link-checker (sphinx-build -M linkcheck) that we talked about on Slack.

What's the new prepare-release.yml? Is it something that we should run manually? It doesn't have the link-checker in it.

Oh! It sets version numbers. That's useful. Was it intended as part of this PR—is it ready?

@agoose77
Copy link
Collaborator Author

agoose77 commented Jan 5, 2023

What's the new prepare-release.yml? Is it something that we should run manually? It doesn't have the link-checker in it.

@jpivarski 😳 glad you caught that. I don't know how that snuck in there; I always use git add --update or manual staging to avoid accidental commits!

@agoose77 agoose77 merged commit 120ad0c into main Jan 5, 2023
@agoose77 agoose77 deleted the agoose77/docs-no-fail-link-check branch January 5, 2023 22:47
@agoose77 agoose77 temporarily deployed to docs-preview January 5, 2023 22:54 — with GitHub Actions Inactive
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.

None yet

2 participants