We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a95912 commit da3eef6Copy full SHA for da3eef6
.github/workflows/doc.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
sudo apt update
26
sudo apt install doxygen
27
- pip install mkdocs-material==9.5.25 mkdocstrings==0.26.1 mike==2.1.1
+ pip install mkdocs-material==9.7.0 mkdocstrings==1.0.0 mike==2.1.3 typing_extensions==4.15.0
28
cmake -E make_directory ${{runner.workspace}}/build
29
# Workaround https://github.com/actions/checkout/issues/13:
30
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
0 commit comments