ade5c26570
Differential Revision: https://phabricator.services.mozilla.com/D214725 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
_addons | ||
_static | ||
_templates | ||
architecture | ||
build | ||
frontend | ||
l10n | ||
mots | ||
rust | ||
storybook | ||
telemetry | ||
README.md | ||
conf.py | ||
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