Skip to content

Commit 29cee60

Browse files
committed
update .readthedocs.yml and add it to docs pattern
1 parent a6400fb commit 29cee60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
python: "3"
1515
jobs:
1616
post_install:
17-
- python tools/ci_fetch_deps.py build-doc
17+
- python tools/ci_fetch_deps.py docs
1818

1919
formats:
2020
- pdf

tools/ci_set_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
PATTERN_DOCS = (
5454
r"^(?:\.github|docs|extmod\/ulab)|"
55-
r"^(?:(?:ports\/\w+\/bindings|shared-bindings)\S+\.c|tools\/extract_pyi\.py|conf\.py|requirements-doc\.txt)$|"
55+
r"^(?:(?:ports\/\w+\/bindings|shared-bindings)\S+\.c|tools\/extract_pyi\.py|\.readthedocs\.yml|conf\.py|requirements-doc\.txt)$|"
5656
r"(?:-stubs|\.(?:md|MD|rst|RST))$"
5757
)
5858

0 commit comments

Comments
 (0)