a9bdf55bcb
Source: https://thunderbird.topicbox.com/groups/planning/T36cdae22b6c0a686-Ma73e77c3bda9ad94b7b30b60 Differential Revision: https://phabricator.services.mozilla.com/D168387 --HG-- extra : histedit_source : 396faff0e8166549dce9132ed407eaf06ecf45d4 |
||
---|---|---|
.. | ||
_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