Skip to content

Commit a1fbe3d

Browse files
committed
docs: cleanup of references to .rst files
1 parent 49d8f55 commit a1fbe3d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ on:
1111
- "docs/**"
1212
- "contrib/**"
1313
- "**.md"
14-
- "**.rst"
1514
- ".github/workflows/*"
1615
- "!.github/workflows/publish.yaml"
1716
push:
1817
paths-ignore:
1918
- "docs/**"
2019
- "contrib/**"
2120
- "**.md"
22-
- "**.rst"
2321
- ".github/workflows/*"
2422
- "!.github/workflows/publish.yaml"
2523
branches-ignore:

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ on:
99
- "docs/**"
1010
- "contrib/**"
1111
- "**.md"
12-
- "**.rst"
1312
- ".github/workflows/*"
1413
- "!.github/workflows/test.yaml"
1514
push:
1615
paths-ignore:
1716
- "docs/**"
1817
- "contrib/**"
1918
- "**.md"
20-
- "**.rst"
2119
- ".github/workflows/*"
2220
- "!.github/workflows/test.yaml"
2321
branches-ignore:

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"sphinxext.rediraffe",
2626
]
2727
root_doc = "index"
28-
source_suffix = [".md", ".rst"]
28+
source_suffix = [".md"]
2929
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
3030

3131

0 commit comments

Comments
 (0)