From 0f8aff0a371ff2c50db7dc7402601ae9d6287a94 Mon Sep 17 00:00:00 2001 From: cookieenick Date: Thu, 11 Dec 2025 14:58:57 -0700 Subject: [PATCH] RTD Git LFS fix --- .readthedocs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9138a7fe..1883db7c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,13 @@ build: os: "ubuntu-22.04" tools: python: "3.10" + jobs: + post_checkout: + - wget https://github.com/git-lfs/git-lfs/releases/download/v3.1.4/git-lfs-linux-amd64-v3.1.4.tar.gz + - tar xvfz git-lfs-linux-amd64-v3.1.4.tar.gz git-lfs + - ./git-lfs install + - ./git-lfs fetch + - ./git-lfs checkout python: install: @@ -11,3 +18,4 @@ python: sphinx: configuration: docs/source/conf.py +