mbox series

[master] Pull request

Message ID D7S7C70TTM9T.103IRNYPIYWFW@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

git@push.yoctoproject.org:yocto-docs master-next

Message

Antonin Godard Feb. 14, 2025, 1:27 p.m. UTC
The following changes since commit 6eda443c7fcfeecebd6b44b96a1587c4bb093a34:

  migration-5.2: add virtual provider change (2025-02-07 17:52:43 +0000)

are available in the Git repository at:

  git@push.yoctoproject.org:yocto-docs master-next

for you to fetch changes up to 9f1f9f1a3a2a541ed70df72d4fe391b5b7fd3733:

  migration-guides: add release notes for 5.0.7 (2025-02-14 08:59:32 +0100)

----------------------------------------------------------------
Antonin Godard (2):
      contributor-guide/submit-changes: add policy on AI generated code
      Add favicon for the documentation html

Lee Chee Yang (1):
      migration-guides: add release notes for 5.0.7

Quentin Schulz (2):
      docs: use literalinclude for system requirements
      tools: add script for building documentation inside containers

 documentation/conf.py                              |   1 +
 documentation/contributor-guide/submit-changes.rst |  49 +++
 documentation/migration-guides/release-5.0.rst     |   2 +
 .../migration-guides/release-notes-5.0.7.rst       | 331 +++++++++++++++++++++
 documentation/poky.yaml.in                         | 234 ---------------
 documentation/ref-manual/system-requirements.rst   |  82 ++---
 documentation/sphinx-static/favicon.ico            | Bin 0 -> 1291 bytes
 documentation/tools/Containerfile.almalinux        |   1 +
 documentation/tools/Containerfile.apt              |  26 ++
 documentation/tools/Containerfile.debian           |   1 +
 documentation/tools/Containerfile.dnf              |  25 ++
 documentation/tools/Containerfile.fedora           |   1 +
 documentation/tools/Containerfile.ubuntu           |   1 +
 documentation/tools/Containerfile.zypper           |  32 ++
 documentation/tools/build-docs-container           | 175 +++++++++++
 .../tools/host_packages_scripts/almalinux_docs.sh  |   1 +
 .../host_packages_scripts/almalinux_docs_pdf.sh    |   1 +
 .../host_packages_scripts/almalinux_essential.sh   |   5 +
 .../tools/host_packages_scripts/fedora_docs.sh     |   1 +
 .../tools/host_packages_scripts/fedora_docs_pdf.sh |   1 +
 .../host_packages_scripts/fedora_essential.sh      |   1 +
 .../tools/host_packages_scripts/opensuse_docs.sh   |   1 +
 .../host_packages_scripts/opensuse_docs_pdf.sh     |   1 +
 .../host_packages_scripts/opensuse_essential.sh    |   2 +
 .../tools/host_packages_scripts/pip3_docs.sh       |   1 +
 .../tools/host_packages_scripts/ubuntu_docs.sh     |   1 +
 .../tools/host_packages_scripts/ubuntu_docs_pdf.sh |   1 +
 .../host_packages_scripts/ubuntu_essential.sh      |   1 +
 28 files changed, 710 insertions(+), 269 deletions(-)
 create mode 100644 documentation/migration-guides/release-notes-5.0.7.rst
 create mode 100644 documentation/sphinx-static/favicon.ico
 create mode 120000 documentation/tools/Containerfile.almalinux
 create mode 100644 documentation/tools/Containerfile.apt
 create mode 120000 documentation/tools/Containerfile.debian
 create mode 100644 documentation/tools/Containerfile.dnf
 create mode 120000 documentation/tools/Containerfile.fedora
 create mode 120000 documentation/tools/Containerfile.ubuntu
 create mode 100644 documentation/tools/Containerfile.zypper
 create mode 100755 documentation/tools/build-docs-container
 create mode 100644 documentation/tools/host_packages_scripts/almalinux_docs.sh
 create mode 100644 documentation/tools/host_packages_scripts/almalinux_docs_pdf.sh
 create mode 100644 documentation/tools/host_packages_scripts/almalinux_essential.sh
 create mode 100644 documentation/tools/host_packages_scripts/fedora_docs.sh
 create mode 100644 documentation/tools/host_packages_scripts/fedora_docs_pdf.sh
 create mode 100644 documentation/tools/host_packages_scripts/fedora_essential.sh
 create mode 100644 documentation/tools/host_packages_scripts/opensuse_docs.sh
 create mode 100644 documentation/tools/host_packages_scripts/opensuse_docs_pdf.sh
 create mode 100644 documentation/tools/host_packages_scripts/opensuse_essential.sh
 create mode 100644 documentation/tools/host_packages_scripts/pip3_docs.sh
 create mode 100644 documentation/tools/host_packages_scripts/ubuntu_docs.sh
 create mode 100644 documentation/tools/host_packages_scripts/ubuntu_docs_pdf.sh
 create mode 100644 documentation/tools/host_packages_scripts/ubuntu_essential.sh