releases-comm-central/docs
Rob Lemley 8e4b06bd9c Bug 1888431 - Port bug 1888321: Rename Rust's .cargo/config.in to config.toml.in. r=dandarnell
Differential Revision: https://phabricator.services.mozilla.com/D206020

--HG--
rename : rust/.cargo/config.in => rust/.cargo/config.toml.in
extra : amend_source : 0d9ebc3b9e5775149e58fab8966a7146d759ad0f
2024-04-02 12:03:29 +02:00
..
_addons Bug 1805810 - Incremental improvements to source-docs building. r=dandarnell 2022-12-15 18:36:46 +00:00
_static Bug 1845361 - Update Thunderbird Desktop module ownership. r=sancus 2023-07-25 13:42:12 -04:00
_templates Bug 1805810 - Incremental improvements to source-docs building. r=dandarnell 2022-12-15 18:36:46 +00:00
architecture Bug 1879829 - Add work-in-progress documentation on existing protocol implementations. r=heather 2024-02-16 22:45:50 +00:00
build Bug 1845794 - Create a "beta" branding directory. r=dandarnell#!thunderbird-build-system-reviewers,#thunderbird-reviewers 2023-10-23 13:34:38 +00:00
l10n Bug 1871077 - Thunderbird cross-channel and l10n repackaging documentation. r=dandarnell 2024-01-05 09:01:34 +02:00
mots Bug 1845361 - Update Thunderbird Desktop module ownership. r=sancus 2023-07-25 13:42:12 -04:00
rust Bug 1888431 - Port bug 1888321: Rename Rust's .cargo/config.in to config.toml.in. r=dandarnell 2024-04-02 12:03:29 +02:00
storybook Bug 1884932 - Add creating a story docs for storybook. r=heather,aleca 2024-03-13 16:44:54 -07:00
telemetry Bug 1824260 - Update outdated .jsm references. r=freaktechnik 2024-03-21 19:44:49 +02: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 1872974 - Add sphinx-js to in-tree docs. r=rjl 2024-02-03 11:09:04 +00:00
index.rst Bug 1879829 - Add work-in-progress documentation on existing protocol implementations. r=heather 2024-02-16 22:45:50 +00:00
jsdoc.conf.json Bug 1885164 - Drop support for .jsm files from JSDoc file include regex pattern. r=rjl 2024-03-26 07:51:55 +02:00
requirements.in Bug 1872974 - Add sphinx-js to in-tree docs. r=rjl 2024-02-03 11:09:04 +00:00
requirements.txt Bug 1872974 - Add sphinx-js to in-tree docs. r=rjl 2024-02-03 11:09:04 +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