Bug 1824856 - delete firefox-android's fetch kind. r=bhearsum,amejiamarmol,geckoview...
[gecko.git] / build / sparse-profiles / sphinx-docs
blob491d18b0802dee90e56b663b905fef338221fb48
1 %include build/sparse-profiles/mach
3 [include]
4 # List of dependencies for the command
5 path:python/sites/docs.txt
7 # Code for generating docs.
8 glob:docs/**
9 glob:tools/moztreedocs/**
11 # For icons
12 glob:browser/branding/nightly/**
14 # Potential docs sources
15 glob:**/*.rst
16 glob:**/*.md
17 glob:**/*.mjs
18 glob:**/*.js
19 glob:**/*.jsm
20 glob:**/*.json
22 # Potential included images. We don't glob all paths in order to avoid importing
23 # images unrelated to documentation (like branding or test images)
24 glob:**/docs/**.jpg
25 glob:**/docs/**.png
26 glob:**/docs/**.svg
27 glob:**/docs/**.gif
28 glob:**/devtools/**.gif
29 glob:**/devtools-user/**.gif
30 glob:**/Debugger/**.png
31 glob:**/Debugger/**.svg
33 # Include everything found in the perfdocs generated folder
34 glob:testing/perfdocs/generated/**
36 # Python API docs.
37 glob:**/*.py
38 # Referenced by some python files.
39 path:taskcluster/ci/docker-image/kind.yml
41 # Included in ipc docs
42 path:ipc/ipdl/test/ipdl/ok/PMyManaged.ipdl
43 path:ipc/ipdl/test/ipdl/ok/PMyManager.ipdl
44 path:ipc/ipdl/test/ipdl/ok/MyTypes.ipdlh
46 # moz.build files are read to discover location of docs.
47 glob:**/moz.build
49 # package*.json files are needed for node_modules
50 glob:**/package*.json
52 # Read to set the version of the docs.
53 path:config/milestone.txt
55 # mots configuration
56 path:mots.yaml