ab9ea1fb7d
Differential Revision: https://phabricator.services.mozilla.com/D167339 --HG-- extra : amend_source : 3538ce9bfcdbef9cdded677f70c0563b40a12e30 |
||
---|---|---|
.. | ||
_addons | ||
_static | ||
_templates | ||
l10n | ||
mots | ||
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