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