From dd56e426d3702746fb74c139e927c4130f39716c Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Wed, 5 Aug 2026 00:24:36 -0400 Subject: [PATCH] Remove Yardang llms extra from docs workflows Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- .../workflows/{% if add_docs %}docs.yaml{% endif %}.jinja | 4 ++-- .../workflows/{% if add_docs %}docs.yaml{% endif %}.jinja | 4 ++-- .../workflows/{% if add_docs %}docs.yaml{% endif %}.jinja | 4 ++-- .../workflows/{% if add_docs %}docs.yaml{% endif %}.jinja | 4 ++-- .../workflows/{% if add_docs %}docs.yaml{% endif %}.jinja | 4 ++-- .../workflows/{% if add_docs %}docs.yaml{% endif %}.jinja | 4 ++-- .../workflows/{% if add_docs %}docs.yaml{% endif %}.jinja | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/python/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 4859ddb..ad64573 100644 --- a/python/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -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 diff --git a/python/cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 8140c17..64e2b57 100644 --- a/python/cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -39,14 +39,14 @@ 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: | make develop uv pip install . - uv pip install "yardang[llms,themes]" + uv pip install "yardang[themes]" if: github.event_name == 'workflow_dispatch' - name: Build documentation diff --git a/python/js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 1db05b0..0c3cb3a 100644 --- a/python/js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -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 diff --git a/python/jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 1db05b0..0c3cb3a 100644 --- a/python/jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -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 diff --git a/python/pure/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/pure/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 1db05b0..0c3cb3a 100644 --- a/python/pure/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/pure/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -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 diff --git a/python/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 43b74f3..38cf7f7 100644 --- a/python/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -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 diff --git a/python/rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja b/python/rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja index 475edb0..f4c9613 100644 --- a/python/rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja +++ b/python/rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja @@ -39,14 +39,14 @@ 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: | make develop uv pip install . - uv pip install "yardang[llms,themes]" + uv pip install "yardang[themes]" if: github.event_name == 'workflow_dispatch' - name: Build documentation