Skip to content

Commit

Permalink
added ipython
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelchior committed May 3, 2024
1 parent 38129d0 commit 32fed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Sphinx Build
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "pip install jinja2==3.0.0 nbconvert mistune nbsphinx numpydoc"
pre-build-command: "pip install jinja2==3.0.0 nbconvert mistune nbsphinx numpydoc ipython"
build-command: "make html"
docs-folder: "docs/"
- name: Upload artifact
Expand Down

0 comments on commit 32fed9d

Please sign in to comment.