File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 11
11
- " docs/**"
12
12
- " contrib/**"
13
13
- " **.md"
14
- - " **.rst"
15
14
- " .github/workflows/*"
16
15
- " !.github/workflows/publish.yaml"
17
16
push :
18
17
paths-ignore :
19
18
- " docs/**"
20
19
- " contrib/**"
21
20
- " **.md"
22
- - " **.rst"
23
21
- " .github/workflows/*"
24
22
- " !.github/workflows/publish.yaml"
25
23
branches-ignore :
Original file line number Diff line number Diff line change 9
9
- " docs/**"
10
10
- " contrib/**"
11
11
- " **.md"
12
- - " **.rst"
13
12
- " .github/workflows/*"
14
13
- " !.github/workflows/test.yaml"
15
14
push :
16
15
paths-ignore :
17
16
- " docs/**"
18
17
- " contrib/**"
19
18
- " **.md"
20
- - " **.rst"
21
19
- " .github/workflows/*"
22
20
- " !.github/workflows/test.yaml"
23
21
branches-ignore :
Original file line number Diff line number Diff line change 25
25
"sphinxext.rediraffe" ,
26
26
]
27
27
root_doc = "index"
28
- source_suffix = [".md" , ".rst" ]
28
+ source_suffix = [".md" ]
29
29
exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" ]
30
30
31
31
You can’t perform that action at this time.
0 commit comments