From 1abbaaa631305772082d0f8ceb134510f2a9409a Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 9 Nov 2025 16:15:05 +0000 Subject: Replace most references to poetry with uv --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index 6e218f1c..ba9ad369 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,7 +12,7 @@ Table of contents: ## Building To build the docs, you can use the following task: ```shell -poetry run task docs +uv run task docs ``` The output will be in the [`/docs/build`](.) directory. @@ -42,7 +42,7 @@ The project supports building all different versions at once using [sphinx-multi after version `v7.1.0`. You can run the following command to achieve that: ```shell -poetry run sphinx_multiversion -v docs docs/build -n -j auto -n +uv run sphinx_multiversion -v docs docs/build -n -j auto -n ``` This will build all tags, as well as the main branch. To build branches besides the main one -- cgit v1.2.3