this repo has no description
0
fork

Configure Feed

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

GHA: install rtd theme

+1 -1
+1 -1
.github/workflows/build-docs.yml
··· 13 13 - run: echo "The ${{ github.repository }} repository has been cloned to the runner." 14 14 - name: Install dependencies 15 15 run: | 16 - python3 -m pip install sphinx 16 + python3 -m pip install sphinx sphinx-rtd-theme sphinxcontrib-jquery 17 17 - name: Install atmst python module 18 18 run: | 19 19 cd ${{ github.workspace }}