Skip to content

Commit 7f7bb36

Browse files
committed
Make it closer to original
1 parent e8fbd9d commit 7f7bb36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ build:
1414
- asdf install uv latest
1515
- asdf global uv latest
1616
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
17-
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --group docs --link-mode=copy
17+
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --all-extras --no-dev
18+
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --package pystac-docs --inexact # we need inexact to keep the top-level sync packages
1819

1920
formats:
2021
- pdf

0 commit comments

Comments
 (0)