aa08c5e8e0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.7. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.4...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
explanations | ||
how-to | ||
media | ||
meta | ||
reference | ||
requirements | ||
taskcluster/staging | ||
tutorials | ||
.gitignore | ||
.readthedocs.yml | ||
CODE_OF_CONDUCT.md | ||
Makefile | ||
README.md | ||
conf.py | ||
index.rst | ||
make.bat | ||
releng_wordlist.txt |
README.md
Mozilla Release Engineering Documentation
This repository contains some of the more technical internal documentation for Mozilla Release Engineering.
Rendered versions of the documentation may be viewed at:
http://moz-releng-docs.readthedocs.io/en/latest/
Contributing
-
Create a Python virtualenv
-
Run:
pip install -r requirements/dev.txt
-
To build the docs locally and start a livereload server, run:
make livehtml
Verify changes by opening the linked URL in your browser. Further changes will automatically rebuild and refresh your page.
Alternatively you can run:
make html
to build static docs. They will be generated under the
_build/html
directory.
Note: Any new docs should be directly or indirectly linked to from index.rst
. (For example, if
index.rst
contains balrog/index.rst
in its
toctree,
and the new doc is in the balrog/index.rst
toctree, then the new doc is successfully indirectly
linked.)
Reference
These docs use reStructuredText and Sphinx. Here are some reference materials:
Motivation
For the original motivation behind these docs see RELENG RFC 0007.