Searched full:build_docs (Results 1 – 25 of 36) sorted by relevance
12
8 id: "build_docs"14 builder: "build_docs"112 triggers: "build_docs"
18 name: "build_docs"24 name: "build_docs"
72 name: "buildbucket/luci.crosvm.ci/build_docs"
17 name: "build_docs"
1 .PHONY: setup setup-conda package upload check test tox lint format build_docs serve_docs clean35 build_docs: target38 serve_docs: build_docs
56 make build_docs
13 option(BUILD_DOCS "Build Documentation" ON) option122 if(BUILD_DOCS)124 endif(BUILD_DOCS)
10 * [build_docs](#recipes-build_docs)109 ### *recipes* / [build\_docs](/infra/recipes/build_docs.py)111 [DEPS](/infra/recipes/build_docs.py#7): [crosvm](#recipe_modules-crosvm), [depot\_tools/gsutil][dep…114 — **def [RunSteps](/infra/recipes/build_docs.py#20)(api):**119 $ luci-auth context ./infra/recipes.py run build_docs
25 $ luci-auth context ./infra/recipes.py run build_docs62 "build_docs",
27 if BUILD_DOCS36 if BUILD_DOCS
81 build_docs = get_option('docs') variable305 gtk_doc = dependency('gtk-doc', required : build_docs)306 python3 = find_program('python3', required : build_docs)309 elif build_docs.enabled()
29 if BUILD_DOCS43 if BUILD_DOCS
27 if BUILD_DOCS38 if BUILD_DOCS
25 option ( build_docs "Create docs using Doxygen" ${DOXYGEN_FOUND} ) option120 if (build_docs)
86 def build_docs( function167 return build_docs(
42 def build_docs(version='dev', **kwargs): function126 build_docs(sys.argv[1])
22 if BUILD_DOCS91 endif # BUILD_DOCS
19 option(BUILD_DOCS "Build and install doxygen documents" ON) option203 if(BUILD_DOCS)
363 name = "build_docs",365 name = "build_docs",
55 build_docs:
20 python build_docs.py --output_dir=/path/to/output
190 def build_docs(output_dir, code_url_prefix, search_hints): function327 build_docs(
67 generate2.build_docs(
20 html_dir = build.build_docs()
42 if BUILD_DOCS