Skip to content

Commit 580e9ab

Browse files
committed
ci: ReadTheDocs deploy demo
1 parent f91c526 commit 580e9ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ build:
66
python: '3.12'
77
commands:
88
- pip install uv
9-
- uv sync --frozen
9+
- uv sync --frozen --all-extras
1010
- uv run sphinx-apidoc -f -e -T -o=docs/api/ ./oembedpy
11-
- uv run sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
11+
- uv run sphinx-build -b dirhtml docs docs/_build/dirhtml
12+
- uv run mkdocs build
13+
- mv docs/_build/dirhtml $READTHEDOCS_OUTPUT/html
1214

1315
# Optionally build your docs in additional formats such as PDF and ePub
1416
formats: []

0 commit comments

Comments
 (0)