From c2ec31ce51271805fb44629488322f395c5d99ca Mon Sep 17 00:00:00 2001 From: Martin Kozlovsky Date: Fri, 1 Nov 2024 16:41:59 +0100 Subject: [PATCH] updated docs action --- .github/workflows/ci.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d6e02ce..397f3083 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: