8e4b06bd9c
Differential Revision: https://phabricator.services.mozilla.com/D206020 --HG-- rename : rust/.cargo/config.in => rust/.cargo/config.toml.in extra : amend_source : 0d9ebc3b9e5775149e58fab8966a7146d759ad0f |
||
---|---|---|
.. | ||
_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