Skip to content

Commit

Permalink
Use Google doc format
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Mar 1, 2024
1 parent ae2ccbe commit c0e55a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
poetry run python -m pip install --upgrade pip
poetry run pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
poetry run pip install lightning
- run: poetry run pdoc ./shimmer -o docs/
- run: poetry run pdoc ./shimmer -o docs/ --docformat=google
- uses: actions/upload-pages-artifact@v3
with:
path: docs/
Expand Down

0 comments on commit c0e55a8

Please sign in to comment.