tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

sphinx-docs (1278B)


      1 %include build/sparse-profiles/mach
      2 
      3 [include]
      4 # List of dependencies for the command
      5 path:python/sites/docs.txt
      6 
      7 # Code for generating docs.
      8 glob:docs/**
      9 glob:tools/moztreedocs/**
     10 
     11 # For icons
     12 glob:browser/branding/nightly/**
     13 
     14 # Potential docs sources
     15 glob:**/*.rst
     16 glob:**/*.md
     17 glob:**/*.mjs
     18 glob:**/*.js
     19 glob:**/*.jsm
     20 glob:**/*.json
     21 
     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
     32 
     33 # Include everything found in the perfdocs generated folder
     34 glob:testing/perfdocs/generated/**
     35 
     36 # Python API docs.
     37 glob:**/*.py
     38 # Referenced by some python files.
     39 path:taskcluster/kinds/docker-image/kind.yml
     40 
     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
     45 
     46 # moz.build files are read to discover location of docs.
     47 glob:**/moz.build
     48 
     49 # package*.json files are needed for node_modules
     50 glob:**/package*.json
     51 
     52 # Read to set the version of the docs.
     53 path:config/milestone.txt
     54 
     55 # mots configuration
     56 path:mots.yaml