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 f91c526 commit 39e8c7fCopy full SHA for 39e8c7f
.readthedocs.yaml
@@ -6,7 +6,8 @@ build:
6
python: '3.12'
7
commands:
8
- pip install uv
9
- - uv sync --frozen
+ - uv sync --frozen --all-extras
10
+ - uv run mkdocs build
11
- uv run sphinx-apidoc -f -e -T -o=docs/api/ ./oembedpy
12
- uv run sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
13
0 commit comments