We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f68cbf commit 191e075Copy full SHA for 191e075
.readthedocs.yaml
@@ -14,11 +14,9 @@ build:
14
- git fetch --unshallow || true
15
- git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*' || true
16
- git fetch --all --tags || true
17
- build:
18
- html:
19
- - cd doc && make html
20
- - mkdir -p $READTHEDOCS_OUTPUT/html/
21
- - cp -r doc/build/html/* $READTHEDOCS_OUTPUT/html/
+ pre_build:
+ # ensure that all builds have necessary jupyterlite files
+ - cd doc && make html
22
23
# Build documentation in the "docs/" directory with Sphinx
24
sphinx:
0 commit comments