We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f718a27 commit d3d98beCopy full SHA for d3d98be
.github/workflows/make_docs.yaml
@@ -21,6 +21,5 @@ jobs:
21
with:
22
path: .cache
23
key: ${{ github.ref }}
24
- - run: pip install mkdocs-material
25
- - run: pip install mkdocs-jupyter
+ - run: pip install mkdocs-material mkdocstrings mkdocs-jupyter
26
- run: mkdocs gh-deploy --force
0 commit comments