diff --git a/docs/conf.py b/docs/conf.py index c651cf9..f5d317e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,7 +39,7 @@ htmlhelp_basename = 'yamllintdoc' # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'yamllint', '', [u'Adrien Vergé'], 1) + ('index', 'yamllint', 'Linter for YAML files', [u'Adrien Vergé'], 1) ] # -- Build with sphinx automodule without needing to install third-party libs