gecko-dev/docs
ahochheiden 80339c628f Bug 1825755 - Only create the mozharness venv using `--without-pip` on Windows r=firefox-build-system-reviewers,glandium
- On Debian/Ubuntu, the base distribution of Python does not come with `ensurepip` (which is still called during `venv` creation). The benefit of not calling `ensurepip` explicitly in a separate command (like we now do for Windows) is that the error message you get when creating the `venv` is very clear and instructs the user to run `apt install python3.x-venv` to fix the problem. (`python3.x-venv` is what contains `ensurepip`). If we did not do this, it would just tell the user that there is `no ensurepip module` and it would hard to figure out that the solution is to run `apt install python3.x-venv`. This isn't an issue for us in CI, but it can be for end users, since that package may not be installed, and some commands (like talos tests) go through mozharness and invoke this code.

- Also removed some Python dependencies in the Linux build docs that are no longer needed.

Differential Revision: https://phabricator.services.mozilla.com/D174525
2023-04-11 18:49:03 +00:00
..
_addons Bug 1790816 - Reformat docs/ with isort. r=linter-reviewers,Standard8 DONTBUILD 2022-11-23 12:58:26 +00:00
_search_template Bug 1765365 - Use sphinx search on local builds r=firefox-source-docs-reviewers,ahal 2023-01-26 14:21:06 +00:00
_static Bug 1824659 - replace sphinx panel by sphinx design r=firefox-source-docs-reviewers,perftest-reviewers,sylvestre,sparky 2023-03-30 08:01:21 +00:00
_templates Bug 1765365 - Use sphinx search on local builds r=firefox-source-docs-reviewers,ahal 2023-01-26 14:21:06 +00:00
bug-mgmt Bug 1792983 - update security bug fix documentation about bugzilla handling r=dveditz DONTBUILD 2023-03-23 14:31:26 +00:00
code-quality Bug 1825715 - Add section about ignoring formatting to ESLint docs. r=Gijs 2023-04-01 16:40:02 +00:00
contributing Bug 1826816 - Add the formatting preference when running 'mach ide vscode' r=andi,sylvestre 2023-04-11 13:35:45 +00:00
crash-reporting
gtest Bug 1773440 - Update GTest examples to moz.build. r=sylvestre DONTBUILD 2022-06-10 12:16:23 +00:00
metrics Bug 1705403 - Replace FOG's Glean autodocs with link to Glean Dictionary r=janerik DONTBUILD 2021-05-10 13:33:09 +00:00
mots Bug 1826335 - Add kcochrane as a module peer for Fx View r=mkaply,zeid 2023-04-04 16:04:24 +00:00
nspr Bug 1807822 - nspr doc: remove some 'eval' r=kaie DONTBUILD 2023-01-04 14:39:06 +00:00
performance Bug 1621950 - fix some myst ref warnings r=firefox-source-docs-reviewers,devtools-reviewers,sylvestre 2023-03-30 08:01:22 +00:00
setup Bug 1825755 - Only create the mozharness venv using `--without-pip` on Windows r=firefox-build-system-reviewers,glandium 2023-04-11 18:49:03 +00:00
testing-rust-code Bug 1748845 - Update source-relative links in rust docs, r=firefox-source-docs-reviewers,sylvestre 2022-01-11 10:48:21 +00:00
update-infrastructure Bug 1804303 - add 109.0.1 to the list of watershed releases r=bhearsum DONTBUILD 2023-02-01 15:13:08 +00:00
writing-rust-code Bug 1805805 - Update builders to rustc 1.68. r=firefox-build-system-reviewers,andi 2023-03-22 04:11:05 +00:00
conf.py Bug 1824659 - replace sphinx panel by sphinx design r=firefox-source-docs-reviewers,perftest-reviewers,sylvestre,sparky 2023-03-30 08:01:21 +00:00
config.yml Bug 1825793 - Re-layout and improve the Editor integration documentation, and link to it from the quick start guide. r=sylvestre DONTBUILD 2023-04-04 16:00:06 +00:00
index.rst Bug 1804449: document basic information about update infrastructure and watershed updates in the source docs. r=jcristau 2022-12-13 16:57:52 +00:00
jsdoc.json Bug 1780017 - Add mjs files to files that may be used for generating jsdocs. r=firefox-source-docs-reviewers,ahal 2022-07-22 08:25:44 +00:00