Ensure doc build is tested when a Makefile or .mk file is changed
This can affect whether the shared-bindings-matrix works, as in the case of this PR.
This commit is contained in:
parent
d62bf6631b
commit
3cd667a0a1
|
@ -55,7 +55,7 @@ IGNORE_BOARD = {
|
||||||
PATTERN_DOCS = (
|
PATTERN_DOCS = (
|
||||||
r"^(?:\.github|docs|extmod\/ulab)|"
|
r"^(?:\.github|docs|extmod\/ulab)|"
|
||||||
r"^(?:(?:ports\/\w+\/bindings|shared-bindings)\S+\.c|tools\/extract_pyi\.py|\.readthedocs\.yml|conf\.py|requirements-doc\.txt)$|"
|
r"^(?:(?:ports\/\w+\/bindings|shared-bindings)\S+\.c|tools\/extract_pyi\.py|\.readthedocs\.yml|conf\.py|requirements-doc\.txt)$|"
|
||||||
r"(?:-stubs|\.(?:md|MD|rst|RST))$"
|
r"(?:-stubs|\.(?:md|MD|mk|rst|RST)|/Makefile)$"
|
||||||
)
|
)
|
||||||
|
|
||||||
PATTERN_WINDOWS = {
|
PATTERN_WINDOWS = {
|
||||||
|
|
Loading…
Reference in New Issue