Skip to content

Commit d7b5153

Browse files
ricardoV94twiecki
authored andcommitted
Add jupyter-sphinx dependency to dev environments
Closes #5845
1 parent 6e6865b commit d7b5153

5 files changed

+5
-0
lines changed

conda-envs/environment-dev-py37.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414
- h5py>=2.7
1515
- ipython>=7.16
1616
- jax
17+
- jupyter-sphinx
1718
- myst-nb
1819
- numpy>=1.15.0
1920
- numpydoc

conda-envs/environment-dev-py38.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414
- h5py>=2.7
1515
- ipython>=7.16
1616
- jax
17+
- jupyter-sphinx
1718
- myst-nb
1819
- numpy>=1.15.0
1920
- numpydoc

conda-envs/environment-dev-py39.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414
- h5py>=2.7
1515
- ipython>=7.16
1616
- jax
17+
- jupyter-sphinx
1718
- myst-nb
1819
- numpy>=1.15.0
1920
- numpydoc

conda-envs/windows-environment-dev-py38.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies:
1212
- cloudpickle
1313
- fastprogress>=0.2.0
1414
- h5py>=2.7
15+
- jupyter-sphinx
1516
- numpy>=1.15.0
1617
- pandas>=0.24.0
1718
- pip

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ cloudpickle
99
fastprogress>=0.2.0
1010
h5py>=2.7
1111
ipython>=7.16
12+
jupyter-sphinx
1213
myst-nb
1314
numpy>=1.15.0
1415
numpydoc

0 commit comments

Comments
 (0)