We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d32c0 commit 126d8f9Copy full SHA for 126d8f9
1 file changed
.readthedocs.yaml
@@ -11,6 +11,7 @@ build:
11
- git fetch --unshallow || true
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 uv
16
- uv sync --extra docs
17
- uv run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html
0 commit comments