Skip to content

Commit 5a1e6b6

Browse files
authored
Fix docs ci (#64)
* fix doc * Update conf.py * fix tutorials
1 parent 409f279 commit 5a1e6b6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666

6767
html_theme = "alabaster"
6868
html_static_path = ["_static"]
69-
nbsphinx_execute = "never"
7069

7170
todo_include_todos = True
7271

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ nbsphinx = "^0.9.5"
9393
sphinx-autodoc-typehints = "^2.5.0"
9494
sphinx-copybutton = "^0.5.2"
9595
sphinx-autoapi = "^3.3.3"
96+
ipykernel = "^6.29.5"
9697

9798
[tool.poetry.scripts]
9899
"autointent" = "autointent.pipeline.optimization._cli_endpoint:main"

tutorials/modules/scoring/linear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# %%
4646

47-
scorer.fit(data_handler.train_utterances, data_handler.train_labels)
47+
scorer.fit(data_handler.train_utterances(0), data_handler.train_labels(0))
4848

4949
# %% [markdown]
5050
"""

0 commit comments

Comments
 (0)