Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit 20c1d09

Browse files
committed
x
1 parent 4bb4d09 commit 20c1d09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212
jobs:
1313
post_install:
1414
- pip install uv
15-
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --dev
15+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --dev --all-extras
1616

1717
# Build documentation with Mkdocs
1818
mkdocs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sync:
1111

1212
.venv39: export VIRTUAL_ENV=.venv39
1313
.venv39:
14-
uv sync --dev --extra cli --python 3.9 --active
14+
uv sync --dev --all-extras --python 3.9 --active
1515

1616
test39: .venv39
1717
test39: export VIRTUAL_ENV=.venv39

0 commit comments

Comments
 (0)