Re: [PATCH] docs: sphinx-build-wrapper: include localversion in kernel version string
Jonathan Corbet <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Randy Dunlap <[email protected]> writes: > Add any localversion* text to the kernel version string > so that the docs index (home) page accurately indicates what > the docs build version is. > > E.g.: > 7.2.0-rc6-next-20260807 > > Signed-off-by: Randy Dunlap <[email protected]> > --- > Cc: Jonathan Corbet <[email protected]> > Cc: Shuah Khan <[email protected]> > Cc: Mauro Carvalho Chehab <[email protected]> > Cc: [email protected] > > tools/docs/sphinx-build-wrapper | 9 +++++++++ > 1 file changed, 9 insertions(+) Applied, thanks. jon