diff mbox series

[3/4] docs: Add bpf/index to top level index

Message ID 20180725022926.8993-4-me@tobin.cc
State Superseded, archived
Delegated to: BPF Maintainers
Headers show
Series docs: bpf: Fix RST conversion | expand

Commit Message

Tobin C. Harding July 25, 2018, 2:29 a.m. UTC
Recently bpf docs were converted to RST format.  The new files were not
added to the top level toctree.  This causes build system to emit a
warning of type

	WARNING: document isn't included in any toctree

Add bpf/index.rst to Documentation/index.rst

Signed-off-by: Tobin C. Harding <me@tobin.cc>
---
 Documentation/index.rst | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/Documentation/index.rst b/Documentation/index.rst
index 5d310d960f82..24339a9c2ef8 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -92,6 +92,7 @@  needed).
    crypto/index
    filesystems/index
    vm/index
+   bpf/index
 
 Architecture-specific documentation
 -----------------------------------