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 a3e0b0b commit c2ec31c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@ jobs:
ref: ${{ github.head_ref }}

- name: Install dependencies
run: |
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_ml
run: pydoctor --docformat=epytext luxonis_ml

tests:
needs:
Expand Down

0 comments on commit c2ec31c

Please sign in to comment.