Skip to content

Commit 8355922

Browse files
Automatic package template update (#228)
Co-authored-by: DanRyanIrish <[email protected]>
1 parent a12dc4d commit 8355922

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.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": "e1732ae07d2a480490348d8084ad54acc15e1c0e",
3+
"commit": "2d254ec79b0b2d9dfb8d7d08ebd83fa6da234b46",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -32,7 +32,7 @@
3232
".github/workflows/sub_package_update.yml"
3333
],
3434
"_template": "https://github.com/sunpy/package-template",
35-
"_commit": "e1732ae07d2a480490348d8084ad54acc15e1c0e"
35+
"_commit": "2d254ec79b0b2d9dfb8d7d08ebd83fa6da234b46"
3636
}
3737
},
3838
"directory": null

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
6464

6565
# The suffix(es) of source filenames.
66-
# You can specify multiple suffix as a list of string:
67-
source_suffix = ".rst"
66+
source_suffix = {".rst": "restructuredtext"}
6867

6968
# The master toctree document.
7069
master_doc = "index"

0 commit comments

Comments
 (0)