Skip to content

Commit

Permalink
Updated sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Jun 15, 2024
1 parent 733b7de commit 42dfded
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
- name: Install python dependencies
run: |
pip3 install gcovr sphinx breathe exhale furo sphinx-plantuml
pip install -U pip
pip install -U sphinx==5.3.0
pip install gcovr breathe exhale furo sphinx-plantuml
- uses: lukka/get-cmake@latest

Expand Down Expand Up @@ -79,4 +81,4 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 42dfded

Please sign in to comment.