diff mbox series

[1/1] doc: extension.rst missing in doc/usage/index.rst

Message ID 20210515223801.575990-2-xypron.glpk@gmx.de
State Accepted, archived
Commit 06262c3836c3cb1b547c4bfd40e73d0e98b7a5fc
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] doc: extension.rst missing in doc/usage/index.rst | expand

Commit Message

Heinrich Schuchardt May 15, 2021, 10:38 p.m. UTC
'make htmldocs' results in a build warning

    checking consistency... doc/usage/extension.rst:
    WARNING: document isn't included in any toctree

Add the document to the index.

Fixes: 2f84e9cf06d3 ("cmd: add support for a new "extension" command")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/usage/index.rst | 1 +
 1 file changed, 1 insertion(+)

--
2.30.2
diff mbox series

Patch

diff --git a/doc/usage/index.rst b/doc/usage/index.rst
index 528b3c745e..1dad33c814 100644
--- a/doc/usage/index.rst
+++ b/doc/usage/index.rst
@@ -26,6 +26,7 @@  Shell commands
    conitrace
    echo
    exception
+   extension
    exit
    false
    fatinfo