Skip to content

Commit

Permalink
[ fix ] Fix docs build (#3153)
Browse files Browse the repository at this point in the history
Co-authored-by: G. Allais <[email protected]>
  • Loading branch information
dunhamsteve and gallais authored Nov 29, 2023
1 parent e2ceb97 commit 8fe02aa
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8fe02aa

Please sign in to comment.