From d9615cc7209f508d8336ffaef36054ddd0879a33 Mon Sep 17 00:00:00 2001 From: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> Date: Fri, 25 Jul 2025 15:32:06 +0200 Subject: [PATCH] Update code example inclusion --- docs/en/docs/tutorial/security/oidc-jwt.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/en/docs/tutorial/security/oidc-jwt.md b/docs/en/docs/tutorial/security/oidc-jwt.md index f2b2e2ba3..67cd0a4da 100644 --- a/docs/en/docs/tutorial/security/oidc-jwt.md +++ b/docs/en/docs/tutorial/security/oidc-jwt.md @@ -84,11 +84,9 @@ This was the final step of the configuration. Finally we come to the actual **FastAPI** code: -=== "Python 3.9+" - ```Python hl_lines="112-124 127-129 134" - {!> ../../../docs_src/security/tutorial008_an_py39.py!} - ``` +{* ../../docs_src/security/tutorial008_an_py39.py hl[112:124,127:129,134]} + /// check | some small tweaks necessary?