Skip to content

Commit f5fc9d1

Browse files
committed
fix ci
1 parent 8d4cbe7 commit f5fc9d1

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
uses: JamesIves/[email protected]
6161
with:
6262
branch: gh-pages
63-
folder: docs/build/
63+
folder: docs/build/html/
6464
single-commit: True

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
sys.path.insert(0, conf_dir)
1515

1616
from docs_utils.apiref import regenerate_apiref # noqa: E402
17-
from docs_utils.tutorials import generate_tutorial_links_for_notebook_creation # noqa: E402
1817

1918
project = "AutoIntent"
2019
copyright = "2024, DeepPavlov"

docs/source/docs_utils/notebook.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
from typing import ClassVar, Literal
44

55
import nbformat
6-
from pydantic import BaseModel
7-
86
from jupytext import jupytext
7+
from pydantic import BaseModel
98

109

1110
class ReplacePattern(BaseModel, abc.ABC):

0 commit comments

Comments
 (0)