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 2177e12 commit 280a79bCopy full SHA for 280a79b
.github/workflows/docs.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install MkDocs and plugins
18
run: |
19
python -m pip install --upgrade pip
20
- pip install mkdocs mkdocs-material mkdocstrings
+ pip install mkdocs mkdocs-material mkdocstrings mkdocstrings-python
21
22
- name: Deploy documentation to GitHub Pages
23
env:
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Install MkDocs and Material theme
71
72
73
74
75
76
0 commit comments