Skip to content

Commit

Permalink
Attempt at fixing sphinx and breathe versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Parno committed May 16, 2024
1 parent f2727ae commit 299a029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install sphinx extensions
shell: bash -l {0}
run: conda install -c conda-forge doxygen pygments sphinx=4.35.0 sphinx-design breathe=6.2.1 pydata-sphinx-theme nbsphinx jupytext pandoc ipykernel nbconvert
run: conda install -c conda-forge doxygen pygments sphinx==4.35.0 sphinx-design breathe==6.2.1 pydata-sphinx-theme nbsphinx jupytext pandoc ipykernel nbconvert

- name: Run CMake
shell: bash -l {0}
Expand Down

0 comments on commit 299a029

Please sign in to comment.