Skip to content

Commit

Permalink
docs: explicitly require ipykernel to build for Notebook > 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Aug 3, 2023
1 parent 2504dba commit 14c2089
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .readthedocs_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- jupyterlab_widgets
- krb5
- lxml
- ipykernel
- matplotlib
- nbclassic
- nodejs
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
source activate-conda.sh
conda activate build
set -x
\conda install -y astropy astropy-sphinx-theme jupyter_sphinx numpydoc sphinx sphinx-automodapi
\conda install -y astropy astropy-sphinx-theme ipykernel jupyter_sphinx nbclassic numpydoc sphinx sphinx-automodapi
cd docs
make html
displayName: Build docs
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
],
"docs": [
"astropy-sphinx-theme",
"ipykernel",
"sphinx>=1.6",
"sphinx-automodapi",
"numpydoc",
Expand Down

0 comments on commit 14c2089

Please sign in to comment.