Searched full:build_docs (Results 1 – 25 of 31) sorted by relevance
12
| /external/crosvm/infra/config/generated/ |
| D | luci-scheduler.cfg | 8 id: "build_docs" 14 builder: "build_docs" 122 triggers: "build_docs"
|
| D | cr-buildbucket.cfg | 18 name: "build_docs" 24 name: "build_docs"
|
| D | luci-milo.cfg | 79 name: "buildbucket/luci.crosvm.ci/build_docs"
|
| D | luci-notify.cfg | 17 name: "build_docs"
|
| /external/python/pyee/ |
| D | Makefile | 1 .PHONY: setup setup-conda package upload check test tox lint format build_docs serve_docs clean 35 build_docs: target 38 serve_docs: build_docs
|
| D | DEVELOPMENT.rst | 56 make build_docs
|
| /external/crosvm/infra/ |
| D | README.recipes.md | 10 * [build_docs](#recipes-build_docs) (Python3 ✅) 111 ### *recipes* / [build\_docs](/infra/recipes/build_docs.py) 113 [DEPS](/infra/recipes/build_docs.py#7): [crosvm](#recipe_modules-crosvm), [depot\_tools/gsutil][dep… 117 — **def [RunSteps](/infra/recipes/build_docs.py#20)(api):** 122 $ luci-auth context ./infra/recipes.py run build_docs
|
| /external/crosvm/infra/recipes/ |
| D | build_docs.py | 25 $ luci-auth context ./infra/recipes.py run build_docs 62 "build_docs",
|
| /external/igt-gpu-tools/ |
| D | meson.build | 81 build_docs = get_option('docs') variable 305 gtk_doc = dependency('gtk-doc', required : build_docs) 306 python3 = find_program('python3', required : build_docs) 309 elif build_docs.enabled()
|
| /external/cn-cbor/ |
| D | CMakeLists.txt | 25 option ( build_docs "Create docs using Doxygen" ${DOXYGEN_FOUND} ) option 120 if (build_docs)
|
| /external/pigweed/pw_docgen/py/pw_docgen/ |
| D | docgen.py | 80 def build_docs( function 149 return build_docs(
|
| /external/fmtlib/doc/ |
| D | build.py | 51 def build_docs(version='dev', **kwargs): function 114 build_docs(sys.argv[1])
|
| /external/libexif/doc/ |
| D | Makefile.am | 22 if BUILD_DOCS 91 endif # BUILD_DOCS
|
| /external/python/pyfakefs/.github/workflows/ |
| D | builddocs.yml | 12 build_docs:
|
| /external/flac/ |
| D | CMakeLists.txt | 19 option(BUILD_DOCS "Build and install doxygen documents" ON) option 203 if(BUILD_DOCS)
|
| /external/crosvm/infra/config/ |
| D | main.star | 367 name = "build_docs", 369 name = "build_docs",
|
| /external/tensorflow/tensorflow/lite/g3doc/tools/ |
| D | build_py_api_docs.py | 20 python build_docs.py --output_dir=/path/to/output
|
| /external/rust/crates/parking_lot/.github/workflows/ |
| D | rust.yml | 55 build_docs:
|
| /external/tensorflow/tensorflow/tools/docs/ |
| D | generate2.py | 190 def build_docs(output_dir, code_url_prefix, search_hints): function 327 build_docs(
|
| D | generate2_test.py | 67 generate2.build_docs(
|
| /external/markdown/docs/change_log/ |
| D | release-2.2.md | 44 Repository and are generated by the `setup.py build_docs` command.
|
| /external/python/cpython3/.azure-pipelines/windows-release/ |
| D | stage-build.yml | 2 - job: Build_Docs
|
| /external/python/oauth2client/ |
| D | tox.ini | 112 commands = {toxinidir}/scripts/build_docs.sh
|
| /external/fmtlib/support/ |
| D | travis-build.py | 49 html_dir = build.build_docs()
|
| /external/libexif/m4m/ |
| D | gp-documentation.m4 | 20 AM_CONDITIONAL([BUILD_DOCS], [test "x${gp_build_docs}" = "xyes"]) condition
|
12