Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: conf.py: change the Sphinx 3.x+ text

After the build fix patches, it is believed that the output
with Sphinx 3.x won't be a problem. Still, the C domain
support was re-written, and this can have caused hidden
issues.

So, let's keep the warning, changing it to a lighter
warning text.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

+2 -2
+2 -2
Documentation/conf.py
··· 47 47 # 48 48 if major >= 3: 49 49 sys.stderr.write('''WARNING: The kernel documentation build process 50 - does not work correctly with Sphinx v3.0 and above. Expect errors 51 - in the generated output. 50 + support for Sphinx v3.0 and above is brand new. Be prepared for 51 + possible issues in the generated output. 52 52 ''') 53 53 if minor > 0 or patch >= 2: 54 54 # Sphinx c function parser is more pedantic with regards to type