db23ae6bf7
Differential Revision: https://phabricator.services.mozilla.com/D163617 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
_addons | ||
_static | ||
_templates | ||
mots | ||
Makefile | ||
README.md | ||
conf.py | ||
index.rst | ||
make.bat | ||
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