Skip to content

Commit 2b36df7

Browse files
committed
Fix lock docs build path
1 parent a410e9b commit 2b36df7

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build:
1919
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
2020
build:
2121
html:
22-
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv run --group docs zensical build
22+
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uvx --from rust-just just docs
2323
post_build:
2424
- mkdir -p "${READTHEDOCS_OUTPUT}/html"
2525
- cp -a docs/build/. "${READTHEDOCS_OUTPUT}/html/"

docs/source/how_to_guides/portability.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,4 @@ To clean up stale entries without deleting the file, run
8989
$ pytask lock clean
9090
```
9191

92-
This rewrites the lockfile with only the currently collected tasks and their current
93-
state values.
92+
This removes lockfile entries for tasks which are no longer collected.

docs/source/how_to_guides/reconciling_lockfile_state.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,6 @@ $ pytask build
113113
After `accept`, the next build skips unchanged tasks according to the updated lockfile.
114114
After `reset`, the selected tasks are reconsidered on the next build.
115115

116-
## Be explicit about scope
117-
118-
Start with narrow task selections, preview changes with `--dry-run`, and widen the
119-
selection only when needed.
120-
121-
This is especially important for `accept`: it is often better to accept a small part of
122-
the DAG first and then inspect the result than to update the whole project at once.
123-
124116
## Related
125117

126118
- [`pytask lock`](../reference_guides/commands.md#pytask-lock)

0 commit comments

Comments
 (0)