Skip to content

Commit

Permalink
add ipython to docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markwang0 committed Nov 21, 2024
1 parent 77d8b81 commit 5ca277a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builddocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y pandoc
pip install sphinx sphinx_rtd_theme myst_parser furo nbsphinx scikit-fmm
pip install sphinx sphinx_rtd_theme myst_parser furo nbsphinx scikit-fmm ipython
pip install -r requirements.txt
- name: Sphinx build
run: |
Expand Down

0 comments on commit 5ca277a

Please sign in to comment.