diff options
author | Jonathan Corbet <corbet@lwn.net> | 2022-09-27 10:05:56 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-09-29 12:55:06 -0600 |
commit | 90c0bf89dec0c66d2e6538857060586073427059 (patch) | |
tree | 2e59464bdab39b14b576b390def65aabda1b25da | |
parent | 3aa024e4e91249524e1342a6790bb561fbea89a4 (diff) | |
download | lwn-90c0bf89dec0c66d2e6538857060586073427059.tar.gz lwn-90c0bf89dec0c66d2e6538857060586073427059.zip |
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 <void@manifault.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20220927160559.97154-5-corbet@lwn.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-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 |