Skip to content

Commit

Permalink
Fix doc ci (#422)
Browse files Browse the repository at this point in the history
* someone mixed up the package versions :)

* temporary test doc CI on PR

* Remove doc CI on PR
  • Loading branch information
dannys4 authored Jun 11, 2024
1 parent c760caf commit ef9955b
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 breathe==4.35.0 sphinx-design sphinx==6.2.1 pydata-sphinx-theme nbsphinx jupytext pandoc ipykernel nbconvert

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

0 comments on commit ef9955b

Please sign in to comment.