From f86c7eed7083c3d17667f5dc838cc7cb38e66305 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Mar 2026 22:10:51 -0400 Subject: [PATCH] Fix RST title underline warning breaking docs CI Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/source/tutorial-middleware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial-middleware.rst b/docs/source/tutorial-middleware.rst index 69dcf4d..5679d35 100644 --- a/docs/source/tutorial-middleware.rst +++ b/docs/source/tutorial-middleware.rst @@ -1,5 +1,5 @@ Writing Middleware -================= +================== Middleware sits between the server and your route handlers, processing every request and response that flows through your application. It's the