Skip to content

Commit 9afbb4f

Browse files
authored
Merge pull request #92 from python-project-templates/copier-update-2026-08-09T05-50-37Z
Update from Copier (2026-08-09T05-50-37Z)
2 parents 1e9d99f + a73d3d6 commit 9afbb4f

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: cpp

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ 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
uv pip install .[develop]
48-
uv pip install "yardang[llms,themes]"
48+
uv pip install "yardang[themes]"
4949
if: github.event_name == 'workflow_dispatch'
5050

5151
- name: Build documentation

0 commit comments

Comments
 (0)