Skip to content

Commit

Permalink
updated docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Nov 1, 2024
1 parent 6146da6 commit 573b0c4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,10 @@ jobs:
ref: ${{ github.head_ref }}

- name: Install dependencies
run: |
sudo apt update
sudo apt install -y pandoc
pip install pydoctor
curl -L "https://raw.githubusercontent.com/luxonis/python-api-analyzer-to-json/main/gen-docs.py" -o "gen-docs.py"
run: pip install pydoctor

- name: Build docs
run: python gen-docs.py luxonis_train
run: pydoctor --docformat=epytext luxonis_train

type-check:
needs:
Expand Down

0 comments on commit 573b0c4

Please sign in to comment.