Skip to content

Commit 9f6f75a

Browse files
authored
Update docs.yml
1 parent 7aa4096 commit 9f6f75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install mkdocs mkdocs-material mkdocstrings
22+
pip install mkdocs mkdocs-material mkdocstrings[python]
2323
2424
- name: Build MkDocs site
2525
run: mkdocs build --clean

0 commit comments

Comments
 (0)