this repo has no description
0
fork

Configure Feed

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

GHA: try letting deps install themselves

+1 -3
-3
.github/workflows/build-docs.yml
··· 12 12 - uses: actions/setup-python@v5 13 13 with: 14 14 python-version: '3.11' 15 - - name: Install dependencies 16 - run: | 17 - python3 -m pip install sphinx sphinx-rtd-theme sphinxcontrib-jquery 18 15 - name: Install atmst python module 19 16 run: | 20 17 python3 -m pip install .
+1
pyproject.toml
··· 1 1 [build-system] 2 2 requires = [ 3 3 "setuptools>=61.0", 4 + "sphinx", 4 5 "sphinx-rtd-theme", 5 6 "sphinxcontrib-jquery", 6 7 ]