From 9acdf409342cfa52231211655529101423692c96 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:37:35 -0400 Subject: [PATCH] Small hotfix for sphinx compat --- yardang/sphinx/llms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yardang/sphinx/llms.py b/yardang/sphinx/llms.py index 0686e4f..7aa539d 100644 --- a/yardang/sphinx/llms.py +++ b/yardang/sphinx/llms.py @@ -37,6 +37,7 @@ class _MarkdownRenderer: def __init__(self, app: Sphinx): self.app = app self.config = app.config + self.env = app.env self.current_doc_name = "" def create_translator(self, *args):