diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 1a819752..dbe8ce60 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -24,5 +24,5 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material mkdocstrings + - run: pip install mkdocs-material mkdocstrings[python] - run: mkdocs gh-deploy --force \ No newline at end of file