Skip to content

Commit 252ad61

Browse files
Update from Copier (2026-08-09T05-52-03Z) (#64)
Signed-off-by: copier-update[bot] <copier-update[bot]@users.noreply.github.com> Co-authored-by: copier-update[bot] <copier-update[bot]@users.noreply.github.com>
1 parent b7d5ade commit 252ad61

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: a63c624
2+
_commit: 84508d6
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: cppjswasm

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
run: |
4040
uv pip install dist/*.whl
4141
uv pip install dist/*.whl --target . --no-deps
42-
uv pip install "yardang[llms,themes]"
42+
uv pip install "yardang[themes]"
4343
if: github.event_name == 'workflow_run'
4444

4545
- name: Install from source (manual trigger)
4646
run: |
4747
make develop
4848
uv pip install .
49-
uv pip install "yardang[llms,themes]"
49+
uv pip install "yardang[themes]"
5050
if: github.event_name == 'workflow_dispatch'
5151

5252
- name: Build documentation

0 commit comments

Comments
 (0)