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 0574abc commit f2c3cd7Copy full SHA for f2c3cd7
.jenkins/build.sh
@@ -56,8 +56,14 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
56
# Files to run must be accessible to subprocessed (at least to `download_data.py`)
57
export FILES_TO_RUN
58
59
- # Step 3: Run `make docs` to generate HTML files and static files for these tutorials
60
- make docs
+ make download
+ python .jenkins/sphinx_files.py
61
+ mkdir docs
62
+ cp -r beginner docs
63
+ cp -r intermediate docs
64
+ cp -r prototype docs
65
+ cp -r recipes docs
66
+ cp -r advanced docs
67
68
# Step 3.1: Run the post-processing script:
69
python .jenkins/post_process_notebooks.py
0 commit comments