diff --git a/.github/workflows/python-documentation.yml b/.github/workflows/python-documentation.yml index 53e23b5..42db581 100644 --- a/.github/workflows/python-documentation.yml +++ b/.github/workflows/python-documentation.yml @@ -21,6 +21,7 @@ jobs: - name: Install dependencies run: | pip install sphinx myst_parser + pip install . - name: Sphinx build run: | sphinx-build docs docs/_build