summaryrefslogtreecommitdiff
path: root/doc/developer/conf.py
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-02-22 12:27:12 -0500
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-02-22 12:27:12 -0500
commitb59555c6bf74592c9959a85033e6c56bdac15eae (patch)
treec01f9dc8a872490c8573e403e545bb2303de6059 /doc/developer/conf.py
parent6165030aa827c89e508ae7fcb30cee9988babbc9 (diff)
doc: change info file name from FRR -> frr
conventions yo Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/developer/conf.py')
-rw-r--r--doc/developer/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/conf.py b/doc/developer/conf.py
index 7078910289..3f531c14b0 100644
--- a/doc/developer/conf.py
+++ b/doc/developer/conf.py
@@ -317,7 +317,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'FRR', u"FRR Developer's Manual",
+ (master_doc, 'frr', u"FRR Developer's Manual",
author, 'FRR', 'One line description of project.',
'Miscellaneous'),
]