Skip to content

Commit a08605e

Browse files
committed
sphinx dependencies2
1 parent b15cc3d commit a08605e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests_run.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,13 @@ jobs:
4141
run: |
4242
pytest tests/
4343
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+
4449
- name: Build api docs
4550
run: |
46-
mamba install -c conda-forge sphinx sphinx-book-theme jinja2 sphinx-panels sphinx-copybutton sphinxcontrib-bibtex nbsphinx pyyaml ghp-import
4751
sphinx-apidoc -feT -t=./docs/source/_templates -o ./docs/source/api ./httomolibgpu
4852
4953
- name: Build html

0 commit comments

Comments
 (0)