Skip to content

Commit d3d98be

Browse files
authored
Update make_docs.yaml
added missing mkdocstring dependency
1 parent f718a27 commit d3d98be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/make_docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ jobs:
2121
with:
2222
path: .cache
2323
key: ${{ github.ref }}
24-
- run: pip install mkdocs-material
25-
- run: pip install mkdocs-jupyter
24+
- run: pip install mkdocs-material mkdocstrings mkdocs-jupyter
2625
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)