eb3aba9d04
Differential Revision: https://phabricator.services.mozilla.com/D172512 --HG-- extra : rebase_source : 37607316c681734d3446fda15d9919d62e0e5b48 extra : amend_source : 70cd886bbe4b5367f83a56d0e7c4f286f01d16e4 |
||
---|---|---|
.. | ||
_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