a352439ac8
Differential Revision: https://phabricator.services.mozilla.com/D206277 --HG-- extra : amend_source : e88f7860d70b993c2144a3ed612e7fc37600e095 |
||
---|---|---|
.. | ||
_addons | ||
_static | ||
_templates | ||
architecture | ||
build | ||
l10n | ||
mots | ||
rust | ||
storybook | ||
telemetry | ||
Makefile | ||
README.md | ||
conf.py | ||
index.rst | ||
jsdoc.conf.json | ||
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