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 df98fb3 commit df159c0Copy full SHA for df159c0
.github/workflows/doc.yml
@@ -26,6 +26,6 @@ jobs:
26
with:
27
python-version: ${{ matrix.python-version }}
28
- name: Install python prerequisites
29
- run: pip install -U --user pip setuptools setuptools-scm mkdocs-include-markdown-plugin mkdocs-macros-plugin mkdocs-material . plugins/ext_test
+ run: pip install -U --user pip setuptools setuptools-scm mkdocs-include-markdown-plugin mkdocs-macros-plugin mkdocs-material mkdocstrings[python] . plugins/ext_test
30
- name: MkDocs documentation build
31
run: mkdocs build
0 commit comments