Skip to content

Commit dd56e42

Browse files
committed
Remove Yardang llms extra from docs workflows
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent a63c624 commit dd56e42

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

python/cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

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

python/cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

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

5252
- name: Build documentation

python/js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

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

python/jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

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

python/pure/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

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

python/rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

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

python/rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

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

5252
- name: Build documentation

0 commit comments

Comments
 (0)