There was an error while loading. Please reload this page.
1 parent b7d5ade commit 252ad61Copy full SHA for 252ad61
2 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: a63c624
+_commit: 84508d6
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: cppjswasm
.github/workflows/docs.yaml
@@ -39,14 +39,14 @@ jobs:
39
run: |
40
uv pip install dist/*.whl
41
uv pip install dist/*.whl --target . --no-deps
42
- uv pip install "yardang[llms,themes]"
+ uv pip install "yardang[themes]"
43
if: github.event_name == 'workflow_run'
44
45
- name: Install from source (manual trigger)
46
47
make develop
48
uv pip install .
49
50
if: github.event_name == 'workflow_dispatch'
51
52
- name: Build documentation
0 commit comments