mbox series

[whinlatter] Pull request

Message ID DF6BRGXQ4FK0.1O17MP77M8S@bootlin.com
State New
Headers show
Series [whinlatter] Pull request | expand

Pull-request

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

Message

Antonin Godard Dec. 24, 2025, 9:04 a.m. UTC
The following changes since commit e7b40b71dec8d4aee2e7b711e7c1083b2920f171:

  migration-guide: update 5.3 release notes download section (2025-12-17 10:55:50 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 5cb8899781a91fa511b4a84c22eda23a16806a73:

  Add the sphinx-copybutton extension (2025-12-24 09:58:45 +0100)

----------------------------------------------------------------
Antonin Godard (7):
      ref-manual/classes.rst: document the image-container class
      Makefile: fix rsvg-convert --format capitalization
      tools/build-docs-container: move container files in their own directory
      tools/build-docs-container: add CentOS Stream 9 support
      ref-manual/system-requirements.rst: fix AlmaLinux PDF build
      ref-manual/system-requirements.rst: add RockyLinux install instructions
      Add the sphinx-copybutton extension

 documentation/Makefile                             |   4 +-
 documentation/Pipfile                              |   1 +
 documentation/conf.py                              |   4 +
 documentation/ref-manual/classes.rst               |  47 +++++++++
 documentation/ref-manual/system-requirements.rst   | 105 +++++++++++++++++++--
 documentation/ref-manual/variables.rst             |  18 ++++
 documentation/tools/build-docs-container           |  55 +++++++----
 .../{ => containerfiles}/Containerfile.almalinux   |   0
 .../tools/{ => containerfiles}/Containerfile.apt   |   0
 .../{ => containerfiles}/Containerfile.debian      |   0
 .../tools/{ => containerfiles}/Containerfile.dnf   |   3 +
 .../{ => containerfiles}/Containerfile.fedora      |   0
 .../tools/containerfiles/Containerfile.rocky       |   1 +
 .../tools/containerfiles/Containerfile.stream      |   1 +
 .../{ => containerfiles}/Containerfile.ubuntu      |   0
 .../{ => containerfiles}/Containerfile.zypper      |   0
 .../tools/host_packages_scripts/almalinux_docs.sh  |   2 +-
 .../host_packages_scripts/almalinux_docs_pdf.sh    |   1 -
 .../host_packages_scripts/almalinux_essential.sh   |   6 +-
 .../host_packages_scripts/centosstream_docs.sh     |   1 +
 .../centosstream_essential.sh                      |   1 +
 .../tools/host_packages_scripts/pip3_docs.sh       |   2 +-
 .../tools/host_packages_scripts/rockylinux_docs.sh |   1 +
 .../host_packages_scripts/rockylinux_essential.sh  |   1 +
 .../tools/host_packages_scripts/tlmgr_docs_pdf.sh  |   8 ++
 .../tools/host_packages_scripts/ubuntu_docs.sh     |   2 +-
 26 files changed, 232 insertions(+), 32 deletions(-)
 rename documentation/tools/{ => containerfiles}/Containerfile.almalinux (100%)
 rename documentation/tools/{ => containerfiles}/Containerfile.apt (100%)
 rename documentation/tools/{ => containerfiles}/Containerfile.debian (100%)
 rename documentation/tools/{ => containerfiles}/Containerfile.dnf (91%)
 rename documentation/tools/{ => containerfiles}/Containerfile.fedora (100%)
 create mode 120000 documentation/tools/containerfiles/Containerfile.rocky
 create mode 120000 documentation/tools/containerfiles/Containerfile.stream
 rename documentation/tools/{ => containerfiles}/Containerfile.ubuntu (100%)
 rename documentation/tools/{ => containerfiles}/Containerfile.zypper (100%)
 delete mode 100644 documentation/tools/host_packages_scripts/almalinux_docs_pdf.sh
 create mode 120000 documentation/tools/host_packages_scripts/centosstream_docs.sh
 create mode 120000 documentation/tools/host_packages_scripts/centosstream_essential.sh
 create mode 120000 documentation/tools/host_packages_scripts/rockylinux_docs.sh
 create mode 120000 documentation/tools/host_packages_scripts/rockylinux_essential.sh
 create mode 100644 documentation/tools/host_packages_scripts/tlmgr_docs_pdf.sh