diff mbox series

[1/1] doc: invalid doc link in rstFlatTable.py

Message ID 20200418001634.13948-1-xypron.glpk@gmx.de
State Accepted
Commit ae2b3e851025587e02eecf11e08cec3503c46bdb
Headers show
Series [1/1] doc: invalid doc link in rstFlatTable.py | expand

Commit Message

Heinrich Schuchardt April 18, 2020, 12:16 a.m. UTC
Remove an invalid documentation link in rstFlatTable.py. This synchronizes
the file with Linux next-20200413.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 doc/sphinx/rstFlatTable.py | 2 --
 1 file changed, 2 deletions(-)

--
2.25.1

Comments

Tom Rini April 24, 2020, 5:12 p.m. UTC | #1
On Sat, Apr 18, 2020 at 02:16:34AM +0200, Heinrich Schuchardt wrote:

> Remove an invalid documentation link in rstFlatTable.py. This synchronizes
> the file with Linux next-20200413.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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