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 e3485dd commit 18d32c0Copy full SHA for 18d32c0
1 file changed
.readthedocs.yaml
@@ -10,7 +10,7 @@ build:
10
commands:
11
- git fetch --unshallow || true
12
- git fetch --all --tags || true
13
- - if [[ ${READTHEDOCS_VERSION_TYPE} == "tag" ]]; then git checkout ${READTHEDOCS_GIT_IDENTIFIER}; fi
+ - if [ "${READTHEDOCS_VERSION_TYPE}" = "tag" ]; then git checkout ${READTHEDOCS_GIT_IDENTIFIER}; fi
14
- pip install uv
15
- uv sync --extra docs
16
- uv run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html
0 commit comments