Skip to content

Commit 9c4a257

Browse files
committed
fix: readthedocs install
1 parent a59bd51 commit 9c4a257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
- asdf plugin add uv
1515
- asdf install uv latest
1616
- asdf global uv latest
17-
- uv sync uv --all-extras --no-dev
17+
- uv sync --all-extras --no-dev
1818
- uv sync --package pystac-docs --inexact # we need inexact to keep the top-level sync packages
1919
- uv run sphinx-build -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
2020

0 commit comments

Comments
 (0)