We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a06299 commit 7d058b2Copy full SHA for 7d058b2
.github/workflows/httomolibgpu_doc_conda.yml
@@ -25,11 +25,12 @@ jobs:
25
python-version: "3.10"
26
27
- name: httomolibgpu
28
- uses: conda-incubator/setup-miniconda@v2
+ uses: mamba-org/setup-micromamba@v2
29
with:
30
- auto-update-conda: false
31
- activate-environment: httomolibgpu
+ environment-name: httomolibgpu
32
environment-file: ./docs/source/doc-conda-requirements.yml
+ post-cleanup: 'all'
33
+ init-shell: bash
34
35
- name: Build api docs
36
run: sphinx-apidoc -feT -t=./docs/source/_templates -o ./docs/source/api ./httomolibgpu
0 commit comments