doc: add clicmd role for frr cli

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2018-01-26 15:51:59 -05:00
parent a4c5392863
commit 2731b07dba
No known key found for this signature in database
GPG Key ID: DAF48E0F57E0834F

View File

@ -331,3 +331,9 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
# custom extensions here
def setup(app):
# object type for FRR CLI commands, can be extended to document parent CLI
# node later on
app.add_object_type('clicmd', 'clicmd')