From 9415c745195d549afe2b1bdbc5bbe7094ae36d00 Mon Sep 17 00:00:00 2001 From: Tomas Mozes Date: Mon, 26 Oct 2015 16:47:57 +0100 Subject: [PATCH] Renaming manpage to elasticsearch-py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 61c92174..34ed5e59 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -228,7 +228,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'elasticsearch', u'Elasticsearch Documentation', + ('index', 'elasticsearch-py', u'Elasticsearch Documentation', [u'Honza Král'], 1) ]