Skip to content

Commit 280a79b

Browse files
committed
Fixing the documentation pipeline
1 parent 2177e12 commit 280a79b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install MkDocs and plugins
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install mkdocs mkdocs-material mkdocstrings
20+
pip install mkdocs mkdocs-material mkdocstrings mkdocstrings-python
2121
2222
- name: Deploy documentation to GitHub Pages
2323
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install MkDocs and Material theme
7171
run: |
7272
python -m pip install --upgrade pip
73-
pip install mkdocs mkdocs-material mkdocstrings
73+
pip install mkdocs mkdocs-material mkdocstrings mkdocstrings-python
7474
7575
- name: Deploy documentation to GitHub Pages
7676
env:

0 commit comments

Comments
 (0)