From ba681d5d0c92458869214af6d52abb9410c6366b Mon Sep 17 00:00:00 2001 From: Brian Kohan Date: Sun, 24 Aug 2025 21:37:30 -0700 Subject: [PATCH] fix rtd build --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 152fe39..a6d89b7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,6 +10,8 @@ build: os: ubuntu-22.04 tools: python: "3.12" + apt_packages: + - gettext jobs: post_install: - pip install uv