summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-11-13 14:32:23 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-11-13 14:40:14 -0600
commite380665530609bb2705eff01143de8ed09202caa (patch)
tree8303420d575238971f68dc8e51c98822d98b9a48 /docs/source/conf.py
parent3fecbe177d66cf34951cda6e1a86d92e5537e1ce (diff)
downloadflake8-e380665530609bb2705eff01143de8ed09202caa.tar.gz
Add a man page for Flake8
Document Flake8 for users expecting `man flake8` to work and include the man page in Flake8's documentation. Closes #247
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)
]