We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9beef4 commit 42c4865Copy full SHA for 42c4865
2 files changed
.github/workflows/deploy-docs.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install dependencies
36
run: |
37
python -m pip install --upgrade pip
38
- pip install mkdocs mkdocs-material mkdocs-minify-plugin
+ pip install mkdocs mkdocs-material mkdocs-minify-plugin mkdocstrings[python]
39
40
- name: Build documentation
41
run: mkdocs build --clean
.github/workflows/test-docs.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
0 commit comments