We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126d8f9 commit 040d8b2Copy full SHA for 040d8b2
1 file changed
.readthedocs.yaml
@@ -12,6 +12,7 @@ build:
12
- git fetch --all --tags || true
13
- if [ "${READTHEDOCS_VERSION_TYPE}" = "tag" ]; then git checkout ${READTHEDOCS_GIT_IDENTIFIER}; fi
14
- if [ "${READTHEDOCS_VERSION_TYPE}" = "branch" ]; then git checkout ${READTHEDOCS_GIT_IDENTIFIER}; fi
15
+ - pip install --no-deps .
16
- pip install uv
17
- uv sync --extra docs
18
- uv run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html
0 commit comments