Skip to content

Commit b15cc3d

Browse files
committed
adds sphinx dependencies
1 parent 08fc3db commit b15cc3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests_run.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
pytest tests/
4343
4444
- name: Build api docs
45-
run: sphinx-apidoc -feT -t=./docs/source/_templates -o ./docs/source/api ./httomolibgpu
45+
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
4648
4749
- name: Build html
4850
run: sphinx-build -a -E -b html ./docs/source/ ./docs/build/

0 commit comments

Comments
 (0)