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 e45682e commit 449b540Copy full SHA for 449b540
.readthedocs.yaml
@@ -7,6 +7,7 @@ build:
7
commands:
8
- pip install uv
9
- uv sync --frozen
10
+ - uv run sphinx-apidoc -f -e -T -o=docs/api/ ./oembedpy
11
- uv run sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
12
13
# Optionally build your docs in additional formats such as PDF and ePub
0 commit comments