Merged in doc_fix (pull request #72)

RTD Git LFS image retreival fix

Approved-by: Jeff
Approved-by: Slava Merkin
This commit is contained in:
Nikhil Rao
2025-12-11 22:06:26 +00:00

View File

@@ -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