docs: drop defunct pocket and runkeeper backend docs - #484
Open
aviseth wants to merge 1 commit into
Open
Conversation
Matches the backend removals in python-social-auth/social-core#1923. Pocket was shut down by Mozilla in July 2025 and RunKeeper's Health Graph API was discontinued by ASICS, so neither OAuth flow works anymore. echosign and exacttarget, also removed there, had no docs pages.
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.
Matching docs edits for python-social-auth/social-core#1923, which drops the pocket, runkeeper, echosign, and exacttarget backends.
Only pocket and runkeeper had pages here, so this deletes those two files and their
toctreeentries indocs/backends/index.rst. echosign and exacttarget were never documented. Pocket was shut down entirely by Mozilla in July 2025 and RunKeeper's Health Graph API was discontinued by ASICS, so the flows those pages describe can't be completed anymore.Nothing else in the tree links to either page —
sphinx-build -nis clean apart from the autodoc warnings that were already there on master, andprek run --all-filespasses.