summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index c7a0fd0..0c0b8de 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -264,7 +264,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- (master_doc, 'flake8', u'flake8 Documentation',
+ ('manpage', 'flake8', u'Flake8 Command Line Documentation',
[author], 1)
]