Skip to content

Commit 4ec5a43

Browse files
committed
Merge branch 'dev'
2 parents 7874f60 + 202a443 commit 4ec5a43

File tree

37 files changed

+677
-588
lines changed

37 files changed

+677
-588
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install:
4242
setup: install-uv compile install
4343

4444
build-docs:
45-
mkdocs build
45+
. $(VENV_BIN)/activate && mkdocs build
4646

4747
serve-docs:
48-
mkdocs serve
48+
. $(VENV_BIN)/activate && mkdocs serve

docs/404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api/examples/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api/python/client/index.html

Lines changed: 229 additions & 214 deletions
Large diffs are not rendered by default.

docs/api/python/enums/index.html

Lines changed: 11 additions & 9 deletions
Large diffs are not rendered by default.

docs/api/python/exceptions/index.html

Lines changed: 26 additions & 24 deletions
Large diffs are not rendered by default.

docs/api/python/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api/python/models/index.html

Lines changed: 11 additions & 9 deletions
Large diffs are not rendered by default.

docs/api/rest/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)