Skip to content

Commit 0b4bd15

Browse files
authored
Updates from the package template (#412)
This is an autogenerated PR, which will applies the latest changes from the [SunPy Package Template](https://github.com/sunpy/package-template). If this pull request has been opened as a draft there are conflicts which need fixing. **To run the CI on this pull request you will need to close it and reopen it.** ## Summary by Sourcery Update project configuration to align with the latest SunPy package template. Build: - Adjust Read the Docs build configuration to quote the Python tool version value. Chores: - Refresh cruft template metadata to match the current SunPy package template.
2 parents d681673 + e91f1c5 commit 0b4bd15

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sunpy/package-template",
3-
"commit": "0c0f34c2ccd536ba8320fcda29c4d8e0f8f9adc5",
3+
"commit": "fb26c9794c872939b7e72bc7f30b943628384a8e",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -33,7 +33,7 @@
3333
".github/workflows/sub_package_update.yml"
3434
],
3535
"_template": "https://github.com/sunpy/package-template",
36-
"_commit": "0c0f34c2ccd536ba8320fcda29c4d8e0f8f9adc5"
36+
"_commit": "fb26c9794c872939b7e72bc7f30b943628384a8e"
3737
}
3838
},
3939
"directory": null

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-lts-latest
55
tools:
6-
python: miniforge3-latest
6+
python: "miniforge3-latest"
77
jobs:
88
post_checkout:
99
- git fetch --unshallow || true

0 commit comments

Comments
 (0)