aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-04-18 02:16:34 +0200
committerTom Rini <trini@konsulko.com>2020-04-24 10:51:56 -0400
commitae2b3e851025587e02eecf11e08cec3503c46bdb (patch)
treeeae83310b398e4e1cfded01c58be960fe470a849 /doc
parent67b359cf031d1f7c79d5aee3790bfe524ba732a2 (diff)
downloadu-boot-ae2b3e851025587e02eecf11e08cec3503c46bdb.zip
u-boot-ae2b3e851025587e02eecf11e08cec3503c46bdb.tar.gz
u-boot-ae2b3e851025587e02eecf11e08cec3503c46bdb.tar.bz2
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 <xypron.glpk@gmx.de>
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/sphinx/rstFlatTable.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/sphinx/rstFlatTable.py b/doc/sphinx/rstFlatTable.py
index f9a4b46..2019a55 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