Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache-dependency-glob: "pyproject.toml"

- name: Install dependencies
run: uv sync --group docs
run: uv sync

- name: Build documentation
run: uv run zensical build
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:
python: "3.12"
commands:
- pip install uv
- uv sync --group docs
- uv sync
- uv run zensical build
- mkdir -p $READTHEDOCS_OUTPUT/html
- cp -r site/* $READTHEDOCS_OUTPUT/html/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ time.
To work on the documentation locally:

```bash
uv sync --group docs
uv sync
uv run zensical serve
```

Expand Down
Loading