Telemetry is enabled by default in official builds since bug 1549886. Differential Revision: https://phabricator.services.mozilla.com/D192875 --HG-- rename : mail/components/telemetry/README.md => docs/telemetry/index.md extra : amend_source : 19d81317f961818e9682e0f8e7cda36df1c03508 |
||
---|---|---|
.. | ||
_addons | ||
_static | ||
_templates | ||
build | ||
l10n | ||
mots | ||
storybook | ||
telemetry | ||
Makefile | ||
README.md | ||
conf.py | ||
index.rst | ||
requirements.in | ||
requirements.txt |
README.md
Building documentation locally
This process will improve over time.
For now, manually create a Python virtual environment and install the dependencies:
make venv
The virtualenv will be created in _venv.
Then to build the documentation:
make html