We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902d3fb commit 1aae4b8Copy full SHA for 1aae4b8
1 file changed
.readthedocs.yaml
@@ -11,10 +11,10 @@ build:
11
12
pre_build:
13
# Run the script that autogenerates content before building the docs
14
- - "uv run python ngff_spec/pre_build.py"
+ - "uv run python pre_build.py"
15
16
build:
17
html:
18
- - cd ngff_spec/ && jupyter book build --html --ci
+ - jupyter book build --html --ci
19
- mkdir -p $READTHEDOCS_OUTPUT
20
- - mv ./ngff_spec/_build/html $READTHEDOCS_OUTPUT
+ - mv ./_build/html $READTHEDOCS_OUTPUT
0 commit comments