update .readthedocs.yml
and add it to docs pattern
This commit is contained in:
parent
a6400fb08a
commit
29cee603d3
@ -14,7 +14,7 @@ build:
|
|||||||
python: "3"
|
python: "3"
|
||||||
jobs:
|
jobs:
|
||||||
post_install:
|
post_install:
|
||||||
- python tools/ci_fetch_deps.py build-doc
|
- python tools/ci_fetch_deps.py docs
|
||||||
|
|
||||||
formats:
|
formats:
|
||||||
- pdf
|
- pdf
|
||||||
|
@ -52,7 +52,7 @@ IGNORE_DIRS = ["tests", "docs", ".devcontainer"]
|
|||||||
|
|
||||||
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|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|rst|RST))$"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user