[ fix ] Fix docs build (#3153)

Co-authored-by: G. Allais <guillaume.allais@ens-lyon.org>
This commit is contained in:
Steve Dunham 2023-11-29 07:33:08 -08:00 committed by GitHub
parent e2ceb97fd8
commit 8fe02aa7fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,12 @@ jobs:
name: Sphinx
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
- name: Checkout
uses: actions/checkout@v3
- name: Build docs
run: |
sudo apt-get install -y python3-sphinx
pip3 install -r docs/requirements.txt
cd docs
make html