mirror of
https://github.com/kennethreitz/responder.git
synced 2026-07-21 18:39:29 +00:00
0df0ccf0d7
- Enable the classic "Fork me on GitHub" ribbon via alabaster's github_banner, vendoring the dark-blue ribbon into _static (links to kennethreitz/responder). - Fix api.rst: resp.redirect allows external targets by default (allow_external=True); the comment wrongly said False was the default. - tutorial-sqlalchemy: "before returning it" -> "before assigning it to resp.media" (handlers assign resp.media, they don't return). Both content fixes were found by an adversarial source-verified review pass. Sphinx build is clean (0 warnings). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>