Remove Riza sponsor image from README and docs - #4581
Merged
Conversation
Drops the Riza sponsorship banner from the README, the "Sponsored By" sidebar block in the docs layout template, and the now-unused #sponsorship CSS rule. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01M9TV1fKN88r2bifi78mMXy
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.
Removes the Riza sponsorship banner image from the project documentation and the README.
README.md— drops the centered Riza banner from the Sponsors section. The Coder / Mint / Mux row and the individual sponsor links are unchanged.docs/_templates/layout.html— removes the{% block menu %}override, which existed only to add the "Sponsored By" sidebar heading and the Riza logo. The Plausible analyticsextraheadblock is unchanged.docs/_static/customize.css— removes the now-unused#sponsorship > imgrule, since nothing carries that id anymore.The
Riza, Inc.copyright holder and author fields indocs/conf.pyare left alone — those are legal attribution rather than the sponsorship image.Docs-only change; no code or generated output is affected.
Generated by Claude Code