From 4b8152046377850d65f230816381d5f10a578899 Mon Sep 17 00:00:00 2001 From: Doggie B <3859395+fubuloubu@users.noreply.github.com> Date: Tue, 14 Jul 2026 23:32:19 -0400 Subject: [PATCH] fix(docs): skip `--locked` because `uv.lock` file is not used --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0a3df73..c026870 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ build: post_create_environment: - pip install uv post_install: - - uv sync --locked --active --group docs + - uv sync --active --group docs sphinx: configuration: docs/conf.py