Skip to content

Commit c33d799

Browse files
committed
docs: try splitting the readthedocs config
1 parent bb35f98 commit c33d799

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.readthedocs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ build:
44
os: ubuntu-22.04
55
tools:
66
python: "mambaforge-22.9"
7-
commands:
8-
- uv sync --group docs
9-
- uv run -- sphinx-build -M html docs $READTHEDOCS_OUTPUT/html
7+
jobs:
8+
post_install:
9+
- uv sync --group docs
10+
html:
11+
- uv run -- sphinx-build -M html docs $READTHEDOCS_OUTPUT/html
1012

1113
sphinx:
1214
configuration: docs/conf.py

0 commit comments

Comments
 (0)