python handler mkdocstrings

pull/913/head
Richard Guo 1 year ago committed by Richard Guo
parent 854bce1f29
commit e7183ed142

@ -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: |

Loading…
Cancel
Save