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 08fc3db commit b15cc3dCopy full SHA for b15cc3d
.github/workflows/tests_run.yml
@@ -42,7 +42,9 @@ jobs:
42
pytest tests/
43
44
- name: Build api docs
45
- run: sphinx-apidoc -feT -t=./docs/source/_templates -o ./docs/source/api ./httomolibgpu
+ run: |
46
+ mamba install -c conda-forge sphinx sphinx-book-theme jinja2 sphinx-panels sphinx-copybutton sphinxcontrib-bibtex nbsphinx pyyaml ghp-import
47
+ sphinx-apidoc -feT -t=./docs/source/_templates -o ./docs/source/api ./httomolibgpu
48
49
- name: Build html
50
run: sphinx-build -a -E -b html ./docs/source/ ./docs/build/
0 commit comments