Skip to content

Commit da3eef6

Browse files
committed
Bump documentation dependency versions
1 parent 6a95912 commit da3eef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
sudo apt update
2626
sudo apt install doxygen
27-
pip install mkdocs-material==9.5.25 mkdocstrings==0.26.1 mike==2.1.1
27+
pip install mkdocs-material==9.7.0 mkdocstrings==1.0.0 mike==2.1.3 typing_extensions==4.15.0
2828
cmake -E make_directory ${{runner.workspace}}/build
2929
# Workaround https://github.com/actions/checkout/issues/13:
3030
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"

0 commit comments

Comments
 (0)