Skip to content

Commit 6bbc3e1

Browse files
committed
add watchdog to docs group for backwards compat
1 parent df8ccec commit 6bbc3e1

File tree

3 files changed

+27
-33
lines changed

3 files changed

+27
-33
lines changed

docs/website/tools/update_versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ for (const version of selectedVersions) {
9797

9898
// build doc version, we also run preprocessing and markdown gen for each doc version
9999
console.log(`Building docs...`)
100-
proc.execSync(`cd ${REPO_DOCS_DIR} && npm run preprocess-docs && PYTHONPATH=. pydoc-markdown && python clean_pydoc_sidebar.py`)
100+
proc.execSync(`cd ${REPO_DOCS_DIR} && pip install watchdog==3.0.0 && uv run npm run preprocess-docs && PYTHONPATH=. pydoc-markdown && python clean_pydoc_sidebar.py`)
101101

102102
console.log(`Snapshotting version...`)
103103
proc.execSync(`cd ${REPO_DOCS_DIR} && npm run docusaurus docs:version ${version}`)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ docs = [
321321
# google secrets provider
322322
"google-api-python-client>=1.7.11",
323323
"google-auth-oauthlib>=1.0.0,<2",
324+
"watchdog==3.0.0",
324325
]
325326

326327
[project.entry-points.dlt]

uv.lock

Lines changed: 25 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)