We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de55e4 commit 513d77cCopy full SHA for 513d77c
1 file changed
.github/workflows/mkdocs.yml
@@ -23,6 +23,8 @@ jobs:
23
fetch-depth: 0
24
- name: Install mkdocstrings with Python support
25
run: pip install mkdocstrings[python]
26
+ - name: Install markdown-include
27
+ run: pip install markdown-include
28
- uses: actions/setup-python@v5
29
with:
30
python-version: 3.9
0 commit comments