From: Heinrich Schuchardt Date: Sat, 18 Apr 2020 00:16:34 +0000 (+0200) Subject: doc: invalid doc link in rstFlatTable.py X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=ae2b3e851025587e02eecf11e08cec3503c46bdb;p=u-boot.git doc: invalid doc link in rstFlatTable.py Remove an invalid documentation link in rstFlatTable.py. This synchronizes the file with Linux next-20200413. Signed-off-by: Heinrich Schuchardt --- diff --git a/doc/sphinx/rstFlatTable.py b/doc/sphinx/rstFlatTable.py index f9a4b46dbe..2019a55f6b 100755 --- a/doc/sphinx/rstFlatTable.py +++ b/doc/sphinx/rstFlatTable.py @@ -53,8 +53,6 @@ from docutils.utils import SystemMessagePropagation # common globals # ============================================================================== -# The version numbering follows numbering of the specification -# (doc/books/kernel-doc-HOWTO). __version__ = '1.0' PY3 = sys.version_info[0] == 3