diff --git a/.cruft.json b/.cruft.json index 5c942dfcc91..8afdb9fea31 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "15fdf534198e4f67f0a667af7d2367e93de181c5", + "commit": "82c75c6925b84c5f935a58dcab9bbe781b2970e8", "checkout": null, "context": { "cookiecutter": { @@ -32,7 +32,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "15fdf534198e4f67f0a667af7d2367e93de181c5" + "_commit": "82c75c6925b84c5f935a58dcab9bbe781b2970e8" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7593ac24736..35492ac63b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: ".*(.csv|.fits|.fts|.fit|.header|.txt|tca.*|.json|.asdf)$|^CITATION.rst repos: # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.12" + rev: "v0.12.7" hooks: - id: ruff args: ["--fix"] diff --git a/docs/conf.py b/docs/conf.py index 7833081014b..f891b44fd4d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -169,8 +169,7 @@ exclude_patterns.append('dev_guide/contents/*') # The suffix(es) of source filenames. -# You can specify multiple suffix as a list of string: -source_suffix = ".rst" +source_suffix = {".rst": "restructuredtext"} # The master toctree document. master_doc = 'index'