Skip to content

Commit

Permalink
.github/workflows: Pin sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Aug 22, 2023
1 parent 61efa26 commit 987b42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Dependencies
run: |
brew install doxygen
python3 -m pip install sphinx
python3 -m pip install sphinx -v "sphinx==6.2.1"
python3 -m pip install breathe
python3 -m pip install sphinx-rtd-theme
sphinx-build --version
Expand Down

0 comments on commit 987b42f

Please sign in to comment.