From 0d8885a5a78ffb6b7e04fe198d51b3b52de81f48 Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:16:06 +0200 Subject: [PATCH] track figures with LFS --- docs/_static/exengine_arch.svg | 3 +++ docs/_static/exengine_bigpicture.svg | 3 +++ docs/_static/tokenization.svg | 3 +++ readthedocs.yaml | 9 +++++++++ 4 files changed, 18 insertions(+) create mode 100644 docs/_static/exengine_arch.svg create mode 100644 docs/_static/exengine_bigpicture.svg create mode 100644 docs/_static/tokenization.svg diff --git a/docs/_static/exengine_arch.svg b/docs/_static/exengine_arch.svg new file mode 100644 index 0000000..270e5fa --- /dev/null +++ b/docs/_static/exengine_arch.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e354d35bcce1accd97be0b90ee1e53dabc6966e606ae03f240cd00339f6b252 +size 295095 diff --git a/docs/_static/exengine_bigpicture.svg b/docs/_static/exengine_bigpicture.svg new file mode 100644 index 0000000..419bb95 --- /dev/null +++ b/docs/_static/exengine_bigpicture.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcee6a939c7712485eea89ec99e24963394dbf1df77af6f4485df1538594fc6 +size 10332659 diff --git a/docs/_static/tokenization.svg b/docs/_static/tokenization.svg new file mode 100644 index 0000000..c4ab2af --- /dev/null +++ b/docs/_static/tokenization.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540099a4fa9fa2d6a204364c1519356f7b1b09f5110409b31937044cfcffb1d9 +size 3181107 diff --git a/readthedocs.yaml b/readthedocs.yaml index 82dccea..747df8e 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -1,9 +1,18 @@ 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: configuration: docs/conf.py + # Specify the OS and Python version used by Read the Docs build: os: ubuntu-20.04