Skip to content

Commit 1aae4b8

Browse files
committed
update RTD config
1 parent 902d3fb commit 1aae4b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ build:
1111

1212
pre_build:
1313
# Run the script that autogenerates content before building the docs
14-
- "uv run python ngff_spec/pre_build.py"
14+
- "uv run python pre_build.py"
1515

1616
build:
1717
html:
18-
- cd ngff_spec/ && jupyter book build --html --ci
18+
- jupyter book build --html --ci
1919
- mkdir -p $READTHEDOCS_OUTPUT
20-
- mv ./ngff_spec/_build/html $READTHEDOCS_OUTPUT
20+
- mv ./_build/html $READTHEDOCS_OUTPUT

0 commit comments

Comments
 (0)