diff options
author | Jonathan Corbet <[email protected]> | 2022-09-27 10:05:56 -0600 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2022-09-29 12:55:06 -0600 |
commit | 90c0bf89dec0c66d2e6538857060586073427059 (patch) | |
tree | 2e59464bdab39b14b576b390def65aabda1b25da | |
parent | 3aa024e4e91249524e1342a6790bb561fbea89a4 (diff) |
docs: remove some index.rst cruft
There is some useless boilerplate text that was added by sphinx when this
file was first created; take it out.
Reviewed-by: David Vernet <[email protected]>
Acked-by: Jani Nikula <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r-- | Documentation/index.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index bc492e79f1be..da80c584133c 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -1,11 +1,5 @@ .. SPDX-License-Identifier: GPL-2.0 - -.. The Linux Kernel documentation master file, created by - sphinx-quickstart on Fri Feb 12 13:51:46 2016. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - .. _linux_doc: The Linux Kernel documentation |