Skip to content

Commit ffe9bd9

Browse files
committed
CI fix attempt
1 parent 5750d7d commit ffe9bd9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
pip install sphinx-book-theme
3636
pip install myst-nb
3737
cd docs
38-
make html linkcheck
38+
sphinx-apidoc -o _autosummary ../kessler # Generate API documentation
39+
make html linkcheck
3940
- name: Test
4041
run: |
4142
coverage run -m pytest

0 commit comments

Comments
 (0)