Skip to content

Commit 39e8c7f

Browse files
committed
ci: ReadTheDocs deploy demo
1 parent f91c526 commit 39e8c7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ build:
66
python: '3.12'
77
commands:
88
- pip install uv
9-
- uv sync --frozen
9+
- uv sync --frozen --all-extras
10+
- uv run mkdocs build
1011
- uv run sphinx-apidoc -f -e -T -o=docs/api/ ./oembedpy
1112
- uv run sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
1213

0 commit comments

Comments
 (0)