Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
msinamsina authored Aug 26, 2023
1 parent fe3fe45 commit 2e87f6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme recommonmark
- name: API
run: |
sphinx-apidoc ../pyautomail -o api -H "API Rrf." -Mf --tocfile index --templatedir ./_templates/apidoc -d 2
- name: Sphinx build
run: |
sphinx-build docs _build
Expand Down

0 comments on commit 2e87f6f

Please sign in to comment.