diff --git a/.readthedocs.yml b/.readthedocs.yml index 6e3d0f22..d79f0bce 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,10 +7,12 @@ version: 2 # Set the OS, Python version and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "3.11" jobs: + post_checkout: + - git fetch --unshallow || true pre_build: - rm -rf _build - rm -rf docs/_build