From 2404a15cc3be734310902e67610d6c83950303d0 Mon Sep 17 00:00:00 2001 From: Deron Smith Date: Thu, 18 Jul 2024 09:35:06 -0400 Subject: [PATCH] removed sphinx api build --- .github/workflows/documentation.yml | 2 -- dev-requirements.txt => _dev-requirements.txt | 0 2 files changed, 2 deletions(-) rename dev-requirements.txt => _dev-requirements.txt (100%) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index babe06a..4e31519 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,8 +16,6 @@ jobs: pip install sphinx sphinx_rtd_theme myst_parser sphinx-click - name: Sphinx build run: | - export PATH=${GITHUB_WORKSPACE}:$PATH - sphinx-apidoc -o docs esat sphinx-build -M html . docs - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 diff --git a/dev-requirements.txt b/_dev-requirements.txt similarity index 100% rename from dev-requirements.txt rename to _dev-requirements.txt