From 2e87f6f48b0f7dc3ffc082c34c2695ddb4f3676f Mon Sep 17 00:00:00 2001 From: Mohammad sina Allahkaram Date: Fri, 25 Aug 2023 20:22:16 -0500 Subject: [PATCH] Update docs --- .github/workflows/docs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docs b/.github/workflows/docs index adffd54..63853ca 100644 --- a/.github/workflows/docs +++ b/.github/workflows/docs @@ -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