There was an error while loading. Please reload this page.
2 parents 1e9d99f + a73d3d6 commit 9afbb4fCopy full SHA for 9afbb4f
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: cpp
.github/workflows/docs.yaml
@@ -39,13 +39,13 @@ 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
uv pip install .[develop]
48
49
if: github.event_name == 'workflow_dispatch'
50
51
- name: Build documentation
0 commit comments