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 5a75be3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
poetry-install-options: "--with=docs --with=types --no-root"
poetry-export-options: "--with=docs --with=types"

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

0 comments on commit 5a75be3

Please sign in to comment.