diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d4ba42733..6d06c96d1 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -30,7 +30,7 @@ jobs: - name: Build docs run: | cd docs - make html + sphinx-multiversion . _build/html/ - name: Publish docs run: |