···1818 - name: Build the docs
1919 run: |
2020 cd ./docs/
2121- sphinx-apidoc -f -o _apidocs/ ../src/atmst
2121+ sphinx-apidoc -f -o _apidocs/ ../src/atmst ../src/atmst/all.py
2222 make html
2323 - name: Archive generated docs
2424 uses: actions/upload-artifact@v4
+1-1
README.md
···30303131```
3232cd docs/
3333-sphinx-apidoc -f -o _apidocs/ ../src/atmst # not sure if this is needed every time
3333+sphinx-apidoc -f -o _apidocs/ ../src/atmst ../src/atmst/all.py
3434make html
3535# open _build/html/index.html
3636```