[LTP] [PATCH 1/1] ci: Add spinx related job

Petr Vorel pvorel@suse.cz
Tue May 7 17:07:35 CEST 2024


Hi all,

...
> +jobs:
> +  sphinx:
> +    runs-on: ubuntu-latest
> +    steps:
> +      - name: Checkout LTP
> +        uses: actions/checkout@v2
> +        with:
> +          path: ltp
> +
> +      - name: Install spinx
Ah, typo here and in the subject:
s/spinx/sphinx


> +        run: |
> +          sudo apt update
> +          sudo apt install python3-sphinx python3-virtualenv
> +
> +      - name: Install spinx dependencies
And here as well.

Tested fixed branch:
https://github.com/pevik/ltp/actions/runs/8987761091

I'd like to merge soon, so that we have testing before doing more doc updates.

Kind regards,
Petr


More information about the ltp mailing list