Skip to content

Commit

Permalink
Update documentation-ci.yml
Browse files Browse the repository at this point in the history
Use version 6.2.0 as it failed when trying using sphinx version >= 7.0.0
  • Loading branch information
gfenoy committed Aug 21, 2023
1 parent 2a0822e commit d16bbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3
- name: Build the Documentation using sphinx Docker image
run: |
docker run --rm -v $(pwd)/docs:/docs sphinxdoc/sphinx make html ;
docker run --rm -v $(pwd)/docs:/docs sphinxdoc/sphinx:6.2.0 make html ;
sudo touch docs/_build/html/.nojekyll ;
sudo cp docs/_config.yml docs/_build/html/
- name: Build the Documentation using doxygen Docker image
Expand Down

0 comments on commit d16bbbd

Please sign in to comment.