mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
33ebc77f10
Complete documentation rewrite: - Clean, code-first index page (no badges, no testimonials) - Rewritten quickstart: request/response reference, templates, background tasks - Rewritten feature tour: method filtering, lifespan, file serving, error handling, hooks, WebSockets, GraphQL, OpenAPI, CORS, sessions - Simplified testing and deployment guides - Stripped conf.py to essential extensions only Removed cruft: - 14MB of paid font files (Mercury, Operator Mono) - Google Analytics (deprecated Universal Analytics) - UserVoice widget - Konami code easter egg - Algolia DocSearch (not configured) - Twitter widgets - Unused Sphinx extensions (mathjax, ifconfig, coverage, doctest, opengraph) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
22 lines
389 B
HTML
22 lines
389 B
HTML
<style type="text/css">
|
|
/* Make the document a little wider. */
|
|
div.document {
|
|
width: 1008px;
|
|
}
|
|
|
|
/* Better spacing around code blocks. */
|
|
div.highlight pre {
|
|
padding: 11px 14px;
|
|
}
|
|
|
|
/* Responsive layout. */
|
|
@media screen and (max-width: 1008px) {
|
|
div.sphinxsidebar {
|
|
display: none;
|
|
}
|
|
div.document {
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
</style>
|