diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-02-19 21:26:24 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-02-19 21:34:38 +0100 |
commit | 5e957ae3504290a0c62188331a429ec9b908aa1b (patch) | |
tree | 5a44e93534606e0ad7d2268dbdd326c3c93911bf | |
parent | 4429393b5a41557c744b1fab912a32b34bee8d38 (diff) | |
download | u-boot-5e957ae3504290a0c62188331a429ec9b908aa1b.zip u-boot-5e957ae3504290a0c62188331a429ec9b908aa1b.tar.gz u-boot-5e957ae3504290a0c62188331a429ec9b908aa1b.tar.bz2 |
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>
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index 3db70f8..00f2413 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,10 +47,6 @@ extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', # the process to proceed; hopefully somebody will fix this properly soon. # 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): # Sphinx c function parser is more pedantic with regards to type # checking. Due to that, having macros at c:function cause problems. |