mbox series

[master] Pull request

Message ID DL4UM4FYDU9E.2T8Y3KN5MSTCQ@bootlin.com
State New
Headers show
Series [master] Pull request | expand

Pull-request

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

Message

Antonin Godard Sept. 2, 2026, 1:01 p.m. UTC
The following changes since commit 9955b0f099b6b42a9750f0d544944a2d8e5a39b2:

  README: update instructions for installing vale and sphinx-lint (2026-08-21 14:47:36 +0200)

are available in the Git repository at:

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

for you to fetch changes up to e35e86e9aea4e4ae12e8e0ba8a6391f2b2555b63:

  ref-manual/system-requirements.rst: drop ccache in distros (2026-09-01 15:39:08 +0200)

----------------------------------------------------------------
Antonin Godard (5):
      Makefile: remove unused O variable
      docs-wide: fix USERMOD_PARAMS -> USERMOD_PARAM
      conf.py: move and sort imports
      conf.py: use importlib to check that sphinx_rtd_theme exists
      conf.py: reorganize options

Jose Quaresma (1):
      ref-manual/system-requirements.rst: drop ccache in distros

Peter Kjellerstedt (1):
      ref-manual: Remove the documentation of the GROUPMEMS_PARAM variable

Robert P. J. Day (3):
      documentation: use "https" protocol for git.yoctoproject.org
      README: add references to recent security documents
      README: Correct capitalization, "Docbook" to "DocBook"

Trevor Woerner (5):
      docs: state the language of nine literal blocks explicitly
      ref-manual: drop the full stop from the QB_SMP example
      ref-manual: fix a typo in the QB_SMP description
      dev-manual: quote the values in two recipe examples
      toaster-manual: spell the json code-block language in lower case

 documentation/Makefile                             |   8 +-
 documentation/README                               |  14 +-
 documentation/bsp-manual/bsp.rst                   |   6 +-
 documentation/conf.py                              | 263 +++++++++++----------
 documentation/dev-manual/layers.rst                |   4 +-
 documentation/dev-manual/new-recipe.rst            |   4 +-
 documentation/dev-manual/upgrading-recipes.rst     |   2 +-
 documentation/kernel-dev/advanced.rst              |   4 +-
 documentation/kernel-dev/common.rst                |   4 +-
 documentation/kernel-dev/maint-appx.rst            |   4 +-
 documentation/migration-guides/migration-6.1.rst   |   8 +-
 .../migration-guides/release-notes-6.1.rst         |   6 +-
 documentation/overview-manual/concepts.rst         |   4 +-
 .../overview-manual/development-environment.rst    |   4 +-
 documentation/ref-manual/classes.rst               |   2 +-
 documentation/ref-manual/variables.rst             |  24 +-
 documentation/test-manual/intro.rst                |  20 +-
 documentation/toaster-manual/reference.rst         |  10 +-
 documentation/toaster-manual/setup-and-use.rst     |   2 +-
 .../host_packages_scripts/almalinux_essential.sh   |   2 +-
 .../host_packages_scripts/fedora_essential.sh      |   2 +-
 21 files changed, 211 insertions(+), 186 deletions(-)