diff --git a/.readthedocs.yml b/.readthedocs.yml index 34c3539..caf1fef 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,12 @@ version: 2 formats: [] build: - os: "ubuntu-22.04" + os: "ubuntu-24.04" tools: python: "3.11" + jobs: + post_checkout: + - git fetch --unshallow || true python: install: - requirements: docs/requirements.txt