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 e41d4a8 commit 1fdb288Copy full SHA for 1fdb288
.github/workflows/deploy_to_pages.yml
@@ -39,7 +39,7 @@ jobs:
39
mkdocs-material-
40
41
- name: 📦 Install dependencies
42
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 mkdocs-git-authors-plugin mkdocs-static-i18n
+ run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 mkdocs-git-authors-plugin mkdocstrings mkdocs-static-i18n mkdocstrings-python
43
44
- name: 🚀 Deploy to GitHub Pages
45
run: mkdocs gh-deploy --force
0 commit comments