Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich committed Jul 8, 2024
1 parent 4878721 commit 38db353
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ jobs:
with:
os: ${{ job.os }}
python-version: '3.11'
poetry-install-options: "--with=docs --with=types --no-root"
poetry-export-options: "--with=docs --with=types"
poetry-install-options: ""
poetry-export-options: ""

- name: Check Sphinx (debug)
run: |
sphinx --version
sphinx-apidoc --version
- name: Generate API docs
run: |
sphinx-apidoc -o /tmp/docs tus_storagehandler/
Expand Down

0 comments on commit 38db353

Please sign in to comment.