From a73d3d6343ecc8c2b508336b13a5c98235f619fd Mon Sep 17 00:00:00 2001 From: "copier-update[bot]" Date: Sun, 9 Aug 2026 05:50:42 +0000 Subject: [PATCH] Update from Copier (2026-08-09T05-50-37Z) Signed-off-by: copier-update[bot] --- .copier-answers.yaml | 2 +- .github/workflows/docs.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 8dd042e..9bdfd04 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: a63c624 +_commit: 84508d6 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cpp diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ed3bdcc..da24f6a 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -39,13 +39,13 @@ jobs: run: | uv pip install dist/*.whl uv pip install dist/*.whl --target . --no-deps - uv pip install "yardang[llms,themes]" + uv pip install "yardang[themes]" if: github.event_name == 'workflow_run' - name: Install from source (manual trigger) run: | uv pip install .[develop] - uv pip install "yardang[llms,themes]" + uv pip install "yardang[themes]" if: github.event_name == 'workflow_dispatch' - name: Build documentation