We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3613e80 commit 97d32b2Copy full SHA for 97d32b2
.readthedocs.yml
@@ -1,7 +1,11 @@
1
version: 2
2
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.8"
7
+
8
python:
- version: "3.8"
9
install:
10
- method: pip
11
path: .
pyproject.toml
@@ -54,6 +54,7 @@ rtd = [
54
"sphinx-design",
55
"sphinx_book_theme",
56
"jupyter_sphinx",
57
+ "ipykernel",
58
]
59
testing = [
60
"coverage",
0 commit comments