Skip to content

Commit 040d8b2

Browse files
authored
fix: more rtd fixes (#256)
1 parent 126d8f9 commit 040d8b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ build:
1212
- git fetch --all --tags || true
1313
- if [ "${READTHEDOCS_VERSION_TYPE}" = "tag" ]; then git checkout ${READTHEDOCS_GIT_IDENTIFIER}; fi
1414
- if [ "${READTHEDOCS_VERSION_TYPE}" = "branch" ]; then git checkout ${READTHEDOCS_GIT_IDENTIFIER}; fi
15+
- pip install --no-deps .
1516
- pip install uv
1617
- uv sync --extra docs
1718
- uv run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)