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 b15cc3d commit a08605eCopy full SHA for a08605e
.github/workflows/tests_run.yml
@@ -41,9 +41,13 @@ jobs:
41
run: |
42
pytest tests/
43
44
+ - name: Install docs dependencies
45
+ run: |
46
+ micromamba install -c conda-forge sphinx sphinx-book-theme jinja2 sphinx-panels sphinx-copybutton sphinxcontrib-bibtex nbsphinx pyyaml ghp-import
47
+ micromamba list
48
+
49
- name: Build api docs
50
- mamba install -c conda-forge sphinx sphinx-book-theme jinja2 sphinx-panels sphinx-copybutton sphinxcontrib-bibtex nbsphinx pyyaml ghp-import
51
sphinx-apidoc -feT -t=./docs/source/_templates -o ./docs/source/api ./httomolibgpu
52
53
- name: Build html
0 commit comments