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 580e9abCopy full SHA for 580e9ab
.readthedocs.yaml
@@ -6,9 +6,11 @@ build:
6
python: '3.12'
7
commands:
8
- pip install uv
9
- - uv sync --frozen
+ - uv sync --frozen --all-extras
10
- uv run sphinx-apidoc -f -e -T -o=docs/api/ ./oembedpy
11
- - uv run sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
+ - uv run sphinx-build -b dirhtml docs docs/_build/dirhtml
12
+ - uv run mkdocs build
13
+ - mv docs/_build/dirhtml $READTHEDOCS_OUTPUT/html
14
15
# Optionally build your docs in additional formats such as PDF and ePub
16
formats: []
0 commit comments