releng docs
Перейти к файлу
dependabot[bot] d328acd252
Bump pip from 23.2.1 to 23.3 in /requirements
Bumps [pip](https://github.com/pypa/pip) from 23.2.1 to 23.3.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/compare/23.2.1...23.3)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 21:50:54 +00:00
explanations fix: setup and use intersphinx mappings 2023-09-25 11:41:47 -04:00
how-to Add a page on testing build-decision 2023-10-26 15:42:07 -04:00
media refactor!: fully switch to Diataxis system 2023-09-14 14:45:19 -04:00
meta refactor!: fully switch to Diataxis system 2023-09-14 14:45:19 -04:00
reference Remove releng changelog 2023-10-02 12:23:25 -07:00
requirements Bump pip from 23.2.1 to 23.3 in /requirements 2023-11-02 21:50:54 +00:00
taskcluster/staging refactor!: fully switch to Diataxis system 2023-09-14 14:45:19 -04:00
tutorials refactor!: fully switch to Diataxis system 2023-09-14 14:45:19 -04:00
.gitignore Release promotion: testing and launching custom variants (#109) 2021-10-12 08:46:43 -07:00
.readthedocs.yml Add .readthedocs.yml 2023-06-15 12:31:34 -06:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-27 21:21:12 -07:00
Makefile Add a make target for 'sphinx-autobuild' and update README 2021-11-10 17:33:55 -05:00
README.md Add 'directives' to reference section in README 2021-11-15 10:25:43 -05:00
conf.py fix: setup and use intersphinx mappings 2023-09-25 11:41:47 -04:00
index.rst refactor!: fully switch to Diataxis system 2023-09-14 14:45:19 -04:00
make.bat Support sphinx 3. (#19) 2020-04-10 14:25:49 -07:00
releng_wordlist.txt Remove releng changelog 2023-10-02 12:23:25 -07:00

README.md

Docs

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

  1. Create a Python virtualenv

  2. Run:

     pip install -r requirements/dev.txt
    
  3. 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.