this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

GHA: maybe install sphinx first

+3
+3
.github/workflows/build-docs.yml
··· 11 11 - name: Check out repository code 12 12 uses: actions/checkout@v4 13 13 - run: echo "The ${{ github.repository }} repository has been cloned to the runner." 14 + - name: Install dependencies 15 + run: | 16 + python3 -m pip install sphinx 14 17 - name: Install atmst python module 15 18 run: | 16 19 cd ${{ github.workspace }}