15161f7adb
Differential Revision: https://phabricator.services.mozilla.com/D225795 --HG-- extra : amend_source : cca9af32d48be31a952fc2d0cb20f84f9c67d793 |
||
---|---|---|
.. | ||
_addons | ||
_static | ||
_templates | ||
architecture | ||
build | ||
frontend | ||
l10n | ||
mots | ||
storybook | ||
telemetry | ||
README.md | ||
conf.py | ||
config.yml | ||
index.rst | ||
jsdoc.conf.js | ||
mach_commands.py | ||
requirements.in | ||
requirements.txt |
README.md
Building documentation locally
In the top directory (gecko):
./mach tb-doc
Command Arguments:
- --format FMT Documentation format to write.
- --outdir DESTINATION Where to write output.
- --no-open Don't automatically open HTML docs in a browser.
- --no-serve Don't serve the generated docs after building.
- --http ADDRESS Serve documentation on the specified host and port, default "localhost:5500".
- -j JOBS, --jobs JOBS Distribute the build over N processes in parallel.
- --verbose Run Sphinx in verbose mode
- --no-autodoc Disable generating Python/JS API documentation