Skip to content

Commit 8de0e8f

Browse files
committed
Fix docs build error
1 parent 77fb28f commit 8de0e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
# run: |
2222
# python -m unittest discover tests/
2323
- run: python -m pip install --upgrade pip
24-
- run: pip install mkdocs-material mkdocstrings mkdocstrings-python-legacy mkdocs-git-revision-date-plugin mkdocs-jupyter ipykernel
24+
- run: pip install mkdocs-material mkdocstrings mkdocstrings-python mkdocs-git-revision-date-plugin mkdocs-jupyter ipykernel
2525
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)