releases-comm-central/docs
Rob Lemley a9bdf55bcb Bug 1814089 - Thunderbird Council 2023 Mots update. r=zeid
Source: https://thunderbird.topicbox.com/groups/planning/T36cdae22b6c0a686-Ma73e77c3bda9ad94b7b30b60

Differential Revision: https://phabricator.services.mozilla.com/D168387

--HG--
extra : histedit_source : 396faff0e8166549dce9132ed407eaf06ecf45d4
2023-01-31 15:11:40 +00:00
..
_addons Bug 1805810 - Incremental improvements to source-docs building. r=dandarnell 2022-12-15 18:36:46 +00:00
_static Bug 1805810 - Incremental improvements to source-docs building. r=dandarnell 2022-12-15 18:36:46 +00:00
_templates Bug 1805810 - Incremental improvements to source-docs building. r=dandarnell 2022-12-15 18:36:46 +00:00
l10n Bug 1810211 - Fluent migration example updates. r=#thunderbird-reviewers 2023-01-18 19:44:33 +00:00
mots Bug 1814089 - Thunderbird Council 2023 Mots update. r=zeid 2023-01-31 15:11:40 +00:00
Makefile Bug 1805810 - Incremental improvements to source-docs building. r=dandarnell 2022-12-15 18:36:46 +00:00
README.md Bug 1805810 - Incremental improvements to source-docs building. r=dandarnell 2022-12-15 18:36:46 +00:00
conf.py Bug 1805810 - Incremental improvements to source-docs building. r=dandarnell 2022-12-15 18:36:46 +00:00
index.rst Bug 1810211 - Add initial Fluent migration documentation. r=aleca 2023-01-16 12:31:32 +00:00
requirements.in Bug 1810211 - Add initial Fluent migration documentation. r=aleca 2023-01-16 12:31:32 +00:00
requirements.txt Bug 1810211 - Add initial Fluent migration documentation. r=aleca 2023-01-16 12:31:32 +00:00

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