diff --git a/.readthedocs.yml b/.readthedocs.yml index 440f4b0..5dd9a3a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,10 +1,25 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-24.04" tools: python: "3.9" - + jobs: + post_checkout: + # Download and uncompress the binary + # https://git-lfs.github.com/ + - 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 + # Modify LFS config paths to point where git-lfs binary was downloaded + - git config filter.lfs.process "`pwd`/git-lfs filter-process" + - git config filter.lfs.smudge "`pwd`/git-lfs smudge -- %f" + - git config filter.lfs.clean "`pwd`/git-lfs clean -- %f" + # Make LFS available in current repository + - ./git-lfs install + # Download content from remote + - ./git-lfs fetch + # Make local files to have the real content on them + - ./git-lfs checkout sphinx: # Path to your Sphinx configuration file. configuration: doc/source/conf.py diff --git a/doc/source/_static/balder.png b/doc/source/_static/balder.png index 2004c99..86140d3 100644 Binary files a/doc/source/_static/balder.png and b/doc/source/_static/balder.png differ diff --git a/doc/source/_static/balder_w_boarder.png b/doc/source/_static/balder_w_boarder.png index cbdb6bf..a75b4b3 100644 Binary files a/doc/source/_static/balder_w_boarder.png and b/doc/source/_static/balder_w_boarder.png differ diff --git a/doc/source/_static/light_expl_scenario.png b/doc/source/_static/light_expl_scenario.png index 3bcb5df..368907e 100644 Binary files a/doc/source/_static/light_expl_scenario.png and b/doc/source/_static/light_expl_scenario.png differ diff --git a/doc/source/_static/light_expl_setup.png b/doc/source/_static/light_expl_setup.png index 84657fa..5a34f9f 100644 Binary files a/doc/source/_static/light_expl_setup.png and b/doc/source/_static/light_expl_setup.png differ diff --git a/doc/source/_static/light_expl_setup_garage_caronly.gif b/doc/source/_static/light_expl_setup_garage_caronly.gif index 9c92912..c622e9f 100644 Binary files a/doc/source/_static/light_expl_setup_garage_caronly.gif and b/doc/source/_static/light_expl_setup_garage_caronly.gif differ diff --git a/doc/source/_static/light_expl_setup_garage_full.gif b/doc/source/_static/light_expl_setup_garage_full.gif index 95409b7..7bdf081 100644 Binary files a/doc/source/_static/light_expl_setup_garage_full.gif and b/doc/source/_static/light_expl_setup_garage_full.gif differ diff --git a/doc/source/_static/nextcloud_login_screen.png b/doc/source/_static/nextcloud_login_screen.png index 8cb4e6a..8982a65 100644 Binary files a/doc/source/_static/nextcloud_login_screen.png and b/doc/source/_static/nextcloud_login_screen.png differ