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
This commit is contained in:
Ian Cordasco 2016-11-13 14:32:23 -06:00
parent 3fecbe177d
commit e380665530
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
4 changed files with 153 additions and 1 deletions

View file

@ -97,6 +97,7 @@ deps =
-rdocs/source/requirements.txt
commands =
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
sphinx-build -E -W -c docs/source/ -b man docs/source/ docs/build/man
[testenv:serve-docs]
basepython = python3