diff options
author | Heinrich Schuchardt | 2020-04-18 02:16:34 +0200 |
---|---|---|
committer | Tom Rini | 2020-04-24 10:51:56 -0400 |
commit | ae2b3e851025587e02eecf11e08cec3503c46bdb (patch) | |
tree | eae83310b398e4e1cfded01c58be960fe470a849 /doc | |
parent | 67b359cf031d1f7c79d5aee3790bfe524ba732a2 (diff) |
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-x | doc/sphinx/rstFlatTable.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/sphinx/rstFlatTable.py b/doc/sphinx/rstFlatTable.py index f9a4b46dbe2..2019a55f6b1 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 |