diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 172b78c..27a538f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -25,8 +25,8 @@ jobs: - name: Execute python run: | python --version - python3 -m venv venv - source venv/bin/activate - pip install -e '.[dev]' - sphinx-build -b html docs/source docs/build/html + pip install dist/*.whl + pip install sphinx Pallets-Sphinx-Themes + sphinx-apidoc --no-toc --module-first -o docs/autodoc src/stenotype + sphinx-build docs public -b dirhtml