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