0f3b3d2ee6
Per https://thunderbird.topicbox.com/groups/planning/T24f52761ded59f5b/meeting-minutes-for-2023-07-03-council-meeting-progress-report-about-thunderbird-115-and-plans-for-2024 Differential Revision: https://phabricator.services.mozilla.com/D184500 --HG-- extra : amend_source : f0cae988a4918faa86124090733c8dee9aed6445 |
||
---|---|---|
.. | ||
_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