fix(docs): multiversion command

This commit is contained in:
Anand Balakrishnan 2023-10-13 14:32:21 -07:00
parent 2ed91f6a74
commit c522b17c88
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ jobs:
- name: Build Python package
run: maturin develop --release --manifest-path pyargus/Cargo.toml
- name: Build HTML docs
run: sphinx-multiversion -b html docs _site
run: sphinx-multiversion docs _site -b html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')