Merge tag 'docs-6.8-2' of git://git.lwn.net/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Jan 2024 19:49:11 +0000 (11:49 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Jan 2024 19:49:11 +0000 (11:49 -0800)
Pull documentation fixes from Jonathan Corbet:
 "A handful of late-arriving documentation fixes"

* tag 'docs-6.8-2' of git://git.lwn.net/linux:
  docs, kprobes: Add loongarch as supported architecture
  docs, kprobes: Update email address of Masami Hiramatsu
  docs: admin-guide: hw_random: update rng-tools website
  Documentation/core-api: fix spelling mistake in workqueue
  docs: kernel_feat.py: fix potential command injection
  Documentation: constrain alabaster package to older versions

1  2 
Documentation/sphinx/requirements.txt

index a8a1aff6445e04868148091bc907d8f8dfe30cd6,6b0a981dcb2cdd208ff86a0b0fd6f6cb4422f9fa..5d47ed44394985a8a2bbc24b64ba146c18b36def
@@@ -1,4 -1,5 +1,6 @@@
  # jinja2>=3.1 is not compatible with Sphinx<4.0
  jinja2<3.1
+ # alabaster>=0.7.14 is not compatible with Sphinx<=3.3
+ alabaster<0.7.14
  Sphinx==2.4.4
 +pyyaml