From 83384fa4cf58e70e81a954429aeeb0e9f71069fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 19 Feb 2016 19:34:20 +0100 Subject: [PATCH] Doc: Fix man page redundant description --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0c29484..26668da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,6 +38,5 @@ htmlhelp_basename = 'yamllintdoc' # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'yamllint', u'yamllint Documentation', - [u'Adrien Vergé'], 1) + ('index', 'yamllint', '', [u'Adrien Vergé'], 1) ]