From 5dd9c18f79b98186068891d20b76f2709b124666 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Thu, 21 May 2026 15:19:34 -0400 Subject: [PATCH] docs: make the L5 pipeline diagram portrait (ranksep=1.2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TB alone left it landscape (1202x1101, h/w 0.92). Width is floored by the widest node label (can't shrink without trimming labels), so bump ranksep to stretch vertically: 1193x1483, h/w 1.24 — clearly top-down/ vertical for the docs column. --- docs/_source/google-l5-rag-10m.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_source/google-l5-rag-10m.rst b/docs/_source/google-l5-rag-10m.rst index 27008fd..48fc5fa 100644 --- a/docs/_source/google-l5-rag-10m.rst +++ b/docs/_source/google-l5-rag-10m.rst @@ -33,6 +33,7 @@ Pipeline digraph arborist_rag { rankdir=TB; + ranksep=1.2; nodesep=0.2; fontname="Helvetica"; node [fontname="Helvetica", shape=box, style=rounded, fontsize=10]; edge [fontname="Helvetica", fontsize=9];