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 8d4cbe7 commit f5fc9d1Copy full SHA for f5fc9d1
.github/workflows/build-docs.yaml
@@ -60,5 +60,5 @@ jobs:
60
uses: JamesIves/[email protected]
61
with:
62
branch: gh-pages
63
- folder: docs/build/
+ folder: docs/build/html/
64
single-commit: True
docs/source/conf.py
@@ -14,7 +14,6 @@
14
sys.path.insert(0, conf_dir)
15
16
from docs_utils.apiref import regenerate_apiref # noqa: E402
17
-from docs_utils.tutorials import generate_tutorial_links_for_notebook_creation # noqa: E402
18
19
project = "AutoIntent"
20
copyright = "2024, DeepPavlov"
docs/source/docs_utils/notebook.py
@@ -3,9 +3,8 @@
3
from typing import ClassVar, Literal
4
5
import nbformat
6
-from pydantic import BaseModel
7
-
8
from jupytext import jupytext
+from pydantic import BaseModel
9
10
11
class ReplacePattern(BaseModel, abc.ABC):
0 commit comments