update `.readthedocs.yml` and add it to docs pattern

This commit is contained in:
MicroDev 2023-03-11 11:56:04 +05:30
parent a6400fb08a
commit 29cee603d3
No known key found for this signature in database
GPG Key ID: 2C0867BE60967730
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ build:
python: "3"
jobs:
post_install:
- python tools/ci_fetch_deps.py build-doc
- python tools/ci_fetch_deps.py docs
formats:
- pdf

View File

@ -52,7 +52,7 @@ IGNORE_DIRS = ["tests", "docs", ".devcontainer"]
PATTERN_DOCS = (
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))$"
)