Skip to content

Commit 1ef0abe

Browse files
Reinstate ipython, ipykernel for docs build
1 parent 125742b commit 1ef0abe

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
furo==2024.8.6
2+
ipykernel==6.29.5
3+
ipython==8.18.1
24
nbconvert==7.16.4
35
nbsphinx==0.9.5
46
sphinx==8.0.2

noxfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def docs_build(session: Session) -> None:
231231
"furo",
232232
"ipykernel",
233233
"ipython",
234-
"ipywidgets",
235234
"nbconvert",
236235
"nbsphinx",
237236
"sphinx",
@@ -268,7 +267,6 @@ def docs(session: Session) -> None:
268267
"furo",
269268
"ipykernel",
270269
"ipython",
271-
"ipywidgets",
272270
"nbconvert",
273271
"nbsphinx",
274272
"sphinx",

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ flake8-docstrings = "==1.7.0"
7676
flake8-pytest-style = "==2.0.0"
7777
flake8-rst-docstrings = "==0.3.0"
7878
furo = "==2024.8.6"
79+
ipykernel = "==6.29.5"
80+
ipython = "==8.18.1" # 8.19 and above drops 3.9 support
7981
isort = "==5.13.2"
8082
mypy = "==1.11.2"
8183
nbconvert = "==7.16.4"

0 commit comments

Comments
 (0)