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 b2a565a commit d133e8bCopy full SHA for d133e8b
.github/workflows/docs-deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
python -m pip install mkdocs
20
- name: Install mkdocs-material
21
run: |
22
- python -m pip install mkdocs-material mkdocstrings
+ python -m pip install mkdocs-material mkdocstrings mkdocstrings_handlers
23
- name: Publish docs
24
25
mkdocs gh-deploy --force
0 commit comments