Lines Matching full:build
61 $ python build.py skip_latex
71 2. $ python build.py skip_latex preserve fixed_tmp_dir
81 $ python build.py skip_latex docs_dev update
104 - Change the modification date and `sphinx-build` will re-build it.
107 - Change the path or filename and `sphinx-build` will re-build it.
109 - whether the -E option is on the `sphinx-build` command line
110 - -E forces `sphinx-build` to do a full re-build.
119 Skips generating API pages (this saves about 70% of build time).
123 Excludes -E command-line argument to `sphinx-build`, which, when present,
133 temporary directory. This is important when getting `sphinx-build`
137 the doc paths from which the build was last performed.
141 during re-build. Final build must not include this option so that
290 # Provide a way to run an external command and abort build on error.
305 print("Exiting build due to previous error.")
316 # - `conf.py` to build `html_baseurl` for Sphinx for
365 # Start doc-build process.
402 # Build local lv_conf.h from lv_conf_template.h for this build only.
528 # BUILD PDF
531 print("Skipping latex build as requested.")
553 cmd_line = f'sphinx-build -b latex "{src}" "{dst}" -j {cpu}'
561 # it available for the HTML build.
564 # Add PDF link back in so HTML build will have it.
571 # BUILD HTML
605 # from sphinx.cmd.build import main as sphinx_build
625 cmd_line = f'sphinx-build -b html "{src}" "{dst}" -D version="{ver}" {env_opt} -j {cpu}'
644 # Remove temporary `lv_conf.h` created for this build.