diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f3cfa23..a0daf28 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-python@v5 - name: Install dependencies run: | - pip install sphinx sphinx_rtd_theme myst_parser + pip install sphinx sphinx_rtd_theme myst_parser git+https://github.com/RobinEnjalbert/SimExporter.git - name: Sphinx build run: | sphinx-build docs/src docs/build