Skip to content

Commit

Permalink
Merge pull request #1948 from e10harvey/pin_sphinx_version
Browse files Browse the repository at this point in the history
.github/workflows: Pin sphinx version
  • Loading branch information
e10harvey authored Aug 22, 2023
2 parents 61efa26 + 987b42f commit 87fee56
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 87fee56

Please sign in to comment.