diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3b0013a..62d4c77 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | pip install sphinx sphinx_rtd_theme myst_parser - python setup.py install + pip install -e .[documentation] - name: Sphinx build run: | sphinx-quickstart