Skip to content

Commit

Permalink
use LFS for docs?
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard committed Aug 1, 2024
1 parent a850de9 commit e86cbee
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
version: 2

# The figures are stored with lfs
pre_build:
- apt-get update
- apt-get install -y git-lfs
- git lfs install
- git lfs pull


# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -18,6 +11,12 @@ build:
os: ubuntu-20.04
tools:
python: "3.10"
commands:
# Use LFS for figures
- apt-get update
- apt-get install -y git-lfs
- git lfs install
- git lfs pull


# Optionally specify the Python version used by Read the Docs
Expand Down

0 comments on commit e86cbee

Please sign in to comment.