Skip to content

Ignore the Open Collective URL in the docs linkcheck - #628

Open
promptless-for-oss wants to merge 1 commit into
mautic:7.2from
Promptless:promptless/fix-opencollective-linkcheck
Open

Ignore the Open Collective URL in the docs linkcheck#628
promptless-for-oss wants to merge 1 commit into
mautic:7.2from
Promptless:promptless/fix-opencollective-linkcheck

Conversation

@promptless-for-oss

Copy link
Copy Markdown
Contributor

Open in Promptless

The make checklinks CI step (the "Check links" job) fails whenever it hits https://opencollective.com/mautic, which returns HTTP 403 (Forbidden) to the linkcheck bot even though the page is live and valid — it's Mautic's real Open Collective profile, linked from docs/index.rst via docs/links/mautic_open_collective.py. Because Sphinx linkcheck builds the whole documentation set, this one broken result fails the check on every open docs pull request against 7.2, not just the PR that happened to surface it.

This adds https://opencollective.com/mautic to linkcheck_ignore in docs/conf.py, alongside the existing GitHub-anchor exemption and with a comment noting the reason. Configuration-only change; no documentation prose is affected.

Trigger Events

The linkcheck bot receives HTTP 403 (Forbidden) from
https://opencollective.com/mautic even though the page is live and
valid. This broken result fails 'make checklinks' for every open docs
PR against 7.2. Add the URL to linkcheck_ignore, matching the existing
pattern for GitHub anchor URLs.
@promptless-for-oss
promptless-for-oss requested a review from a team as a code owner August 21, 2026 08:09
@promptless-for-oss
promptless-for-oss requested review from adiati98 and favour-chibueze and removed request for a team August 21, 2026 08:09
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.

1 participant