releases-comm-central/docs
Brendan Abolivier 15161f7adb Bug 1925047 - Add the location of the EWS C++ code to the description of the Exchange module. r=leftmostcat,shtrom
Differential Revision: https://phabricator.services.mozilla.com/D225795

--HG--
extra : amend_source : cca9af32d48be31a952fc2d0cb20f84f9c67d793
2024-10-18 11:04:22 +01:00
..
_addons Bug 1908528 - Allow source docs to be located outside of /docs path. r=dandarnell 2024-10-01 13:53:51 +03: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
frontend Bug 1924082 - Add documentation for loading custom elements. r=heather,arschmitz 2024-10-16 22:48:02 +00:00
l10n Bug 1904979 - Fix Thunderbird spelling issues detected by codespell 2.3.0. rs=lint DONTBUILD 2024-06-28 14:54:18 +03:00
mots Bug 1925047 - Add the location of the EWS C++ code to the description of the Exchange module. r=leftmostcat,shtrom 2024-10-18 11:04:22 +01:00
storybook Bug 1893475 - Update storybook to v7. r=aleca 2024-04-26 19:21:25 +02:00
telemetry Bug 1899602 - remove obsolete Telemetry testing probes. r=aleca 2024-06-28 12:44:02 +03:00
README.md No bug - Fix linting errors. rs=dandarnell 2024-04-29 16:11:10 -07:00
conf.py Bug 1891278 - Reorganize existing source docs pages. r=freaktechnik,tobyp,aleca 2024-10-12 15:57:39 +00:00
config.yml Bug 1891278 - Reorganize existing source docs pages. r=freaktechnik,tobyp,aleca 2024-10-12 15:57:39 +00:00
index.rst Bug 1891278 - Reorganize existing source docs pages. r=freaktechnik,tobyp,aleca 2024-10-12 15:57:39 +00:00
jsdoc.conf.js Bug 1908528 - Update Sphinx and dependencies. r=dandarnell 2024-10-01 13:53:02 +03:00
mach_commands.py Bug 1908528 - Allow source docs to be located outside of /docs path. r=dandarnell 2024-10-01 13:53:51 +03:00
requirements.in Bug 1908528 - Update Sphinx and dependencies. r=dandarnell 2024-10-01 13:53:02 +03:00
requirements.txt Bug 1908528 - Update Sphinx and dependencies. r=dandarnell 2024-10-01 13:53:02 +03:00

README.md

Building documentation locally

In the top directory (gecko):

./mach tb-doc

Command Arguments:

  • --format FMT Documentation format to write.
  • --outdir DESTINATION Where to write output.
  • --no-open Don't automatically open HTML docs in a browser.
  • --no-serve Don't serve the generated docs after building.
  • --http ADDRESS Serve documentation on the specified host and port, default "localhost:5500".
  • -j JOBS, --jobs JOBS Distribute the build over N processes in parallel.
  • --verbose Run Sphinx in verbose mode
  • --no-autodoc Disable generating Python/JS API documentation