python handler mkdocstrings

This commit is contained in:
Richard Guo 2023-05-12 10:09:57 -04:00 committed by Richard Guo
parent 854bce1f29
commit e7183ed142

View File

@ -18,7 +18,7 @@ jobs:
sudo apt-get update
sudo apt-get -y install python3 python3-pip
sudo pip3 install awscli --upgrade
sudo pip3 install mkdocs mkdocs-material mkautodoc mkdocstrings
sudo pip3 install mkdocs mkdocs-material mkautodoc 'mkdocstrings[python]'
- run:
name: Make Documentation
command: |