Skip to content

Commit

Permalink
remove step to install nbsphinx and ipython, which are now in dev dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
bmaranville committed Feb 21, 2025
1 parent 64c6803 commit 0b12bb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ jobs:
run: |
sudo apt-get install -y pandoc
python -m pip install .[dev,webview] build
python -m build
- name: Build the docs
run: |
pip install sphinx nbsphinx ipython
make -j 4 -C doc SPHINXOPTS="-W --keep-going" html
- name: Setup Pages
Expand Down

0 comments on commit 0b12bb2

Please sign in to comment.