[GIT,PULL] Documentation fixes for 6.2

Message ID 877cxqs8pt.fsf@meer.lwn.net
State New
Headers
Series [GIT,PULL] Documentation fixes for 6.2 |

Pull-request

git://git.lwn.net/linux.git tags/docs-6.2-fixes

Message

Jonathan Corbet Jan. 13, 2023, 4:25 p.m. UTC
  The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.lwn.net/linux.git tags/docs-6.2-fixes

for you to fetch changes up to a33ae832bf3f2ac33e2e44b99f76130d3be848c5:

  docs/conf.py: Use about.html only in sidebar of alabaster theme (2023-01-11 15:06:50 -0700)

----------------------------------------------------------------
Three documentation fixes (or rather two and one warning):

 - Sphinx 6.0 broke our configuration mechanism, so fix it.
 - I broke our configuration for non-Alabaster themes; Akira fixed it.
 - Deprecate Sphinx < 2.4 with an eye toward future removal

----------------------------------------------------------------
Akira Yokosawa (1):
      docs/conf.py: Use about.html only in sidebar of alabaster theme

Jonathan Corbet (2):
      docs: Fix the docs build with Sphinx 6.0
      docs: Deprecate use of Sphinx < 2.4.x

 Documentation/conf.py               | 12 +++++++++++-
 Documentation/sphinx/load_config.py |  6 ++++--
 2 files changed, 15 insertions(+), 3 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 13, 2023, 4:41 p.m. UTC | #1
The pull request you sent on Fri, 13 Jan 2023 09:25:02 -0700:

> git://git.lwn.net/linux.git tags/docs-6.2-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/40d92fc4fa81a93b4659b98512dcb9d0ccd94cfd

Thank you!