Skip to content

Commit 6c20e8c

Browse files
committed
CI docs
1 parent fa81e8c commit 6c20e8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ jobs:
5757

5858
- name: Build docs
5959
run: |
60-
python -c "import optimap; print(optimap.__version__)"
61-
jcache -p docs/.jupyter_cache notebook list
62-
python -m sphinx -b html --doctree-dir docs/doctrees docs docs/_build
60+
jcache notebook -p docs/.jupyter_cache list
61+
python -m sphinx -b dirhtml --doctree-dir docs/doctrees docs docs/_build
6362
env:
6463
TQDM_MININTERVAL: 20
6564

0 commit comments

Comments
 (0)