We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5750d7d commit ffe9bd9Copy full SHA for ffe9bd9
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,8 @@ jobs:
35
pip install sphinx-book-theme
36
pip install myst-nb
37
cd docs
38
- make html linkcheck
+ sphinx-apidoc -o _autosummary ../kessler # Generate API documentation
39
+ make html linkcheck
40
- name: Test
41
run: |
42
coverage run -m pytest
0 commit comments