Skip to content

Commit e30e944

Browse files
authored
Merge branch 'main' into main
2 parents 2c0814e + c51bde1 commit e30e944

16 files changed

+1550
-1871
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache-dependency-glob: "pyproject.toml"
3333

3434
- name: Install dependencies
35-
run: uv sync --group docs
35+
run: uv sync
3636

3737
- name: Build documentation
3838
run: uv run zensical build

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build:
55
python: "3.12"
66
commands:
77
- pip install uv
8-
- uv sync --group docs
8+
- uv sync
99
- uv run zensical build
1010
- mkdir -p $READTHEDOCS_OUTPUT/html
1111
- cp -r site/* $READTHEDOCS_OUTPUT/html/

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Howdy, John at 2025-03-05 13:58:24.550773!
4343
```
4444

4545
Check out our docs for more [details](https://docket.lol/),
46-
[examples](https://docket.lol/getting-started/), and the [API
47-
reference](https://docket.lol/api-reference/).
46+
[examples](https://docket.lol/en/latest/getting-started/), and the [API
47+
reference](https://docket.lol/en/latest/api-reference/).
4848

4949
## Why `docket`?
5050

@@ -98,7 +98,7 @@ async with Docket(name="my-docket", url="memory://my-docket") as docket:
9898
...
9999
```
100100

101-
See [Testing with Docket](https://docket.lol/testing/#using-in-memory-backend-no-redis-required) for more details.
101+
See [Testing with Docket](https://docket.lol/en/latest/testing/#using-in-memory-backend-no-redis-required) for more details.
102102

103103
# Hacking on `docket`
104104

@@ -124,7 +124,7 @@ time.
124124
To work on the documentation locally:
125125

126126
```bash
127-
uv sync --group docs
127+
uv sync
128128
uv run zensical serve
129129
```
130130

0 commit comments

Comments
 (0)