diff --git a/.cruft.json b/.cruft.json index 0d054712a..ec640f531 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "1eff2ed0ff32c123e64b5faacf7c505362cfbb92", + "commit": "88a0a31eadf2be84895e32ffd792768c2863f7ca", "checkout": null, "context": { "cookiecutter": { @@ -10,13 +10,20 @@ "author_name": "The SunPy Community", "author_email": "sunpy@googlegroups.com", "project_url": "https://docs.sunpy.org/projects/ndcube", + "github_repo": "", + "sourcecode_url": "", + "download_url": "https://pypi.org/project/ndcube", + "documentation_url": "", + "changelog_url": "", + "issue_tracker_url": "", "license": "BSD 2-Clause", "minimum_python_version": "3.10", "use_compiled_extensions": "n", "enable_dynamic_dev_versions": "y", "include_example_code": "n", "include_cruft_update_github_workflow": "y", - "_sphinx_theme": "alabaster", + "use_extended_ruff_linting": "n", + "_sphinx_theme": "sunpy", "_parent_project": "", "_install_requires": "", "_copy_without_render": [ @@ -24,7 +31,8 @@ "docs/_static", ".github/workflows/sub_package_update.yml" ], - "_template": "https://github.com/sunpy/package-template" + "_template": "https://github.com/sunpy/package-template", + "_commit": "88a0a31eadf2be84895e32ffd792768c2863f7ca" } }, "directory": null