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