We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acad1d2 commit 4099733Copy full SHA for 4099733
.github/workflows/ci.yml
@@ -26,4 +26,6 @@ jobs:
26
restore-keys: |
27
mkdocs-material-
28
- run: pip install mkdocs-material
29
+ - run: pip install mkdocs-jupyter
30
+ - run: pip install 'mkdocstrings[python]'
31
- run: mkdocs gh-deploy --force
0 commit comments