releases-comm-central/docs
Rob Lemley eb3aba9d04 Bug 1816956 - Use fluent.migratetb to test Thunderbird Fluent migrations. r=dandarnell
Differential Revision: https://phabricator.services.mozilla.com/D172512

--HG--
extra : rebase_source : 37607316c681734d3446fda15d9919d62e0e5b48
extra : amend_source : 70cd886bbe4b5367f83a56d0e7c4f286f01d16e4
2023-03-25 20:16:27 +11: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 1816956 - Use fluent.migratetb to test Thunderbird Fluent migrations. r=dandarnell 2023-03-25 20:16:27 +11:00
mots Bug 1814089 - Follow-up: Fix council members list. r=sancus,zeid 2023-02-06 07:45:45 +11: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