diff --git a/.cruft.json b/.cruft.json index c67343e..3627f4a 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "0c0f34c2ccd536ba8320fcda29c4d8e0f8f9adc5", + "commit": "fb26c9794c872939b7e72bc7f30b943628384a8e", "checkout": null, "context": { "cookiecutter": { @@ -33,7 +33,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "0c0f34c2ccd536ba8320fcda29c4d8e0f8f9adc5" + "_commit": "fb26c9794c872939b7e72bc7f30b943628384a8e" } }, "directory": null diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3d9312d..4d4ed0f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-lts-latest tools: - python: "mambaforge-latest" + python: "miniforge3-latest" jobs: post_checkout: - git fetch --unshallow || true