Skip to content

Commit 1f6800d

Browse files
authored
fix: misconfigured rtd
1 parent 4acf1ea commit 1f6800d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ build:
88
tools:
99
python: "3.12"
1010
commands:
11+
- git fetch --all --tags || true
1112
- pip install uv
1213
- uv sync --extra docs
13-
- uv run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html
14-
jobs:
15-
post_checkout:
16-
- git fetch --all --tags || true
14+
- uv run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html
1715

1816
sphinx:
1917
configuration: docs/conf.py

0 commit comments

Comments
 (0)