mbox series

[master] Pull request

Message ID DGPNNVBDOVB1.182FDKTY67Q39@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. 27, 2026, 10 a.m. UTC
The following changes since commit 7570d210e90cc8fc6c8346f97504111ddeafb539:

  _templates/footer.html: show a dynamically created id of the docs (2026-02-24 17:35:16 +0000)

are available in the Git repository at:

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

for you to fetch changes up to d97cfeaa55ed42722998d3313c1857aa377f6881:

  tools/containerfiles: fix docker warning (2026-02-27 10:54:14 +0100)

----------------------------------------------------------------
Antonin Godard (5):
      docs-wide: remove Bazaar fetcher references
      tools/host_packages_scripts/tlmgr_docs_pdf.sh: install perl
      what-i-wish-id-known.rst: replace figure by the new SVG
      Makefile: pass -silent to latexmk
      tools/containerfiles: fix docker warning

Jan Vermaete (1):
      qemu.rst: parsing of the code-block was not done

Kamel Bouhara (Schneider Electric) (1):
      ref-manual: add SPDX_INCLUDE_KERNEL_CONFIG and SPDX_INCLUDE_PACKAGECONFIG

Michael Opdenacker (1):
      ref-manual/classes.rst: fix broken links to U-Boot documentation

Quentin Schulz (4):
      Makefile: use python3 -m sphinx instead of sphinx-build
      use a venv for installing packages with pip
      consistently use pip packages for all distros
      convert SVGs to PDF and PNG using sphinxcontrib.rsvgconverter plugin

Robert P. J. Day (1):
      dev-manual: delete references to "tar" package format

 documentation/Makefile                             |  35 +++------------
 documentation/Pipfile                              |   2 +
 documentation/conf.py                              |   1 +
 documentation/dev-manual/external-scm.rst          |   2 +-
 documentation/dev-manual/packages.rst              |   6 +--
 documentation/dev-manual/qemu.rst                  |   2 +-
 documentation/dev-manual/sbom.rst                  |   6 +++
 .../figures/yp-how-it-works-new-diagram.png        | Bin 219234 -> 0 bytes
 documentation/migration-guides/migration-1.3.rst   |   2 -
 .../migration-guides/release-notes-6.0.rst         |   6 +++
 documentation/ref-manual/classes.rst               |   4 +-
 documentation/ref-manual/system-requirements.rst   |   3 ++
 documentation/ref-manual/variables.rst             |  48 +++++++++++++++++++--
 documentation/tools/build-docs-container           |   4 +-
 .../tools/containerfiles/Containerfile.apt         |  18 ++++++++
 .../tools/containerfiles/Containerfile.dnf         |  15 +++++++
 .../tools/containerfiles/Containerfile.zypper      |  15 +++++++
 .../tools/host_packages_scripts/pip3_docs.sh       |   4 +-
 .../tools/host_packages_scripts/tlmgr_docs_pdf.sh  |   2 +-
 .../tools/host_packages_scripts/ubuntu_docs.sh     |   2 +-
 documentation/what-i-wish-id-known.rst             |   2 +-
 21 files changed, 133 insertions(+), 46 deletions(-)
 delete mode 100644 documentation/figures/yp-how-it-works-new-diagram.png