parent
b8f5def985
commit
dec802a73b
@ -215,7 +215,7 @@ def set_docs_to_build(build_all):
|
|||||||
doc_match = build_all
|
doc_match = build_all
|
||||||
if not build_all:
|
if not build_all:
|
||||||
doc_pattern = re.compile(
|
doc_pattern = re.compile(
|
||||||
r"^(?:docs|extmod/ulab|(?:(?:ports/\w+/bindings|shared-bindings)\S+\.c|conf\.py|tools/extract_pyi\.py|requirements-doc\.txt)$)|(?:-stubs|\.(?:md|MD|rst|RST))$"
|
r"^(?:.github/workflows/|docs|extmod/ulab|(?:(?:ports/\w+/bindings|shared-bindings)\S+\.c|conf\.py|tools/extract_pyi\.py|requirements-doc\.txt)$)|(?:-stubs|\.(?:md|MD|rst|RST))$"
|
||||||
)
|
)
|
||||||
for p in changed_files:
|
for p in changed_files:
|
||||||
if doc_pattern.search(p):
|
if doc_pattern.search(p):
|
||||||
|
Loading…
Reference in New Issue
Block a user