Skip to content

Commit 97d32b2

Browse files
📚 Fix the RTD build (#311)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3613e80 commit 97d32b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.8"
7+
38
python:
4-
version: "3.8"
59
install:
610
- method: pip
711
path: .

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ rtd = [
5454
"sphinx-design",
5555
"sphinx_book_theme",
5656
"jupyter_sphinx",
57+
"ipykernel",
5758
]
5859
testing = [
5960
"coverage",

0 commit comments

Comments
 (0)