doc: remove superfluous warning
We have been using Sphinx >=3 since 2020. We don't expect issues. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
4429393b5a
commit
5e957ae350
1 changed files with 0 additions and 4 deletions
|
@ -47,10 +47,6 @@ extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include',
|
||||||
# the process to proceed; hopefully somebody will fix this properly soon.
|
# the process to proceed; hopefully somebody will fix this properly soon.
|
||||||
#
|
#
|
||||||
if major >= 3:
|
if major >= 3:
|
||||||
sys.stderr.write('''WARNING: The kernel documentation build process
|
|
||||||
support for Sphinx v3.0 and above is brand new. Be prepared for
|
|
||||||
possible issues in the generated output.
|
|
||||||
''')
|
|
||||||
if (major > 3) or (minor > 0 or patch >= 2):
|
if (major > 3) or (minor > 0 or patch >= 2):
|
||||||
# Sphinx c function parser is more pedantic with regards to type
|
# Sphinx c function parser is more pedantic with regards to type
|
||||||
# checking. Due to that, having macros at c:function cause problems.
|
# checking. Due to that, having macros at c:function cause problems.
|
||||||
|
|
Loading…
Reference in a new issue