mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-06 22:04:08 -05:00
22 lines
449 B
YAML
22 lines
449 B
YAML
version: "2"
|
|
|
|
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:
|
|
- requirements: docs/requirements.txt
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
|