Skip to content

Commit

Permalink
Change sphinx to pdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Aug 17, 2023
1 parent 1aa535e commit 02dba7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: '3.9'

# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install pdoc
- run: pip install hezar pdoc
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc -o docs/source ./hezar
Expand Down

0 comments on commit 02dba7e

Please sign in to comment.