mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
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:
parent
3fecbe177d
commit
e380665530
4 changed files with 153 additions and 1 deletions
1
tox.ini
1
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue