File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/sunpy/package-template" ,
3
- "commit" : " e1732ae07d2a480490348d8084ad54acc15e1c0e " ,
3
+ "commit" : " 2d254ec79b0b2d9dfb8d7d08ebd83fa6da234b46 " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
32
32
" .github/workflows/sub_package_update.yml"
33
33
],
34
34
"_template" : " https://github.com/sunpy/package-template" ,
35
- "_commit" : " e1732ae07d2a480490348d8084ad54acc15e1c0e "
35
+ "_commit" : " 2d254ec79b0b2d9dfb8d7d08ebd83fa6da234b46 "
36
36
}
37
37
},
38
38
"directory" : null
Original file line number Diff line number Diff line change 63
63
exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" ]
64
64
65
65
# 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" }
68
67
69
68
# The master toctree document.
70
69
master_doc = "index"
You can’t perform that action at this time.
0 commit comments